View source: R/GetStatTestByKeyGroup.R
getLinearModel | R Documentation |
run linear model
getLinearModel(
.data,
id,
key,
response,
independentVariable,
covariates,
adjustmentMethod,
...
)
.data |
data for model |
id |
id column - a linear model will be run for each id value in .data |
key |
a unique identifier per id |
response |
a numeric column to be used as response variable in linear model |
independentVariable |
indepdendent variable to be used in linear model |
covariates |
list of covariate columns to be included in linear model |
adjustmentMethod |
p.value adjustment method to be applied |
... |
dots - accomodate additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.