lm_group | R Documentation |
A generic function by adding grouping functionality in lm
function.
lm_group(formula, data, groupBy, ...)
## S4 method for signature 'character,data.table,character'
lm_group(formula, data, groupBy, ...)
## S4 method for signature 'character,data.table,missing'
lm_group(formula, data, groupBy, ...)
formula |
character, Linear model formula. |
data |
data.table, The data used for the models. |
groupBy |
character, Specifies variables that used for the group. |
... |
see |
A list of regression analyses results
Yong Luo
lm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.