initialize,fitModel-method | R Documentation |
Constructor for new fitModel instance
## S4 method for signature 'fitModel'
initialize(
.Object,
data = data.frame,
meta = data.frame,
type = character,
var = character,
dateOfCreation = POSIXct
)
.Object |
fitModel object |
data |
feature data frame (features in rows, samples in cols) |
meta |
metadata, with covariates as columns and samples in rows |
type |
lm for linear model, lr for logistic regression |
var |
variable of interest from the metadata dataframe |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.