Personal tools
Skip to content. | Skip to navigation
A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.
The SummarizedExperiment container contains one or more assays, each represented by a matrix-like object of numeric or other mode. The rows typically represent genomic ranges of interest and the columns represent samples.
The SummarizedExperiment container contains one or more assays, each represented by a marix-like object of numeric or other mode. The rows typically represent genomic ranges of interest and the columns represent samples.
This R package contains functions for fitting simultaneous systems of linear and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), Three-Stage Least Squares (3SLS), and Weighted Three-Stage Least Squares (W3SLS).
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
A unit testing system designed to be fun, flexible, and easy to set up.