getDesignMatrix | R Documentation |
Modified from covariates pipeline of Menachem Former. Imported from https://github.com/th1vairam/CovariateAnalysis
getDesignMatrix(covariatesDataFrame, intercept = TRUE, reLevels = list())
covariatesDataFrame |
Dataframe of covariates. |
intercept |
intercept in the linear model. |
reLevels |
TBA. |
List containing a design matrix.
data(iris) getDesignMatrix(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.