.fitLinearModel | R Documentation |
Fit a linear model
.fitLinearModel(input, is_single_feature, is_labeled, equal_variances)
input |
data.table |
is_single_feature |
logical, if TRUE, data has single feature |
is_labeled |
logical, if TRUE, data comes from a labeled experiment |
equal_variances |
logical, if TRUE, equal variances are assumed |
lm or merMod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.