BerkeleyBiostats/origami

Name: origami

Owner: BerkeleyBiostats

Description: origami - Cross-validation Framework

Forked from: jeremyrcoyle/origami

Created: 2017-06-19 21:49:15.0

Updated: 2017-06-19 21:49:16.0

Pushed: 2017-06-19 20:56:58.0

Homepage: null

Size: 505

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

R/origami

Travis-CI Build Status Build status Coverage Status CRAN Project Status: Active - The project has reached a stable, usable state and is being actively developed. License: GPL v3

High-powered framework for cross-validation: fold your data like it's paper!


Description

origami is an R package that provides a general framework for the application of cross-validation schemes to particular functions. By allowing arbitrary lists of results, origami accommodates a range of cross-validation applications.


Installation

The package will be available on CRAN in the near future; for now, download the latest version using devtools:

ools::install_github("jeremyrcoyle/origami")

Usage

For details on how best to use origami, please consult the vignette that accompanies the R package, or browse the vignette here.


Issues

If you encounter any bugs or have any specific feature requests, please file an issue.


Citation

After using the origami R package, please cite it:

    @article{coyle2017origami,
      doi = {},
      url = {},
      year  = {2017},
      month = {},
      publisher = {The Open Journal},
      volume = {},
      number = {},
      author = {Coyle, Jeremy R and Hejazi, Nima S},
      title = {origami: A Generalized Framework for Cross-Validation in R},
      journal = {The Journal of Open Source Software}
    }

License

© 2017 Jeremy R. Coyle

The contents of this repository are distributed under the GPL-3 license. See file LICENSE for details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.