View source: R/preprocessing.R
meanCenteringNested | R Documentation |
initial description
meanCenteringNested(dat = dat, vars, nestVars, verbose = T, na.rm = T)
dat |
a data.frame object |
vars |
a vector of variables names, corresponding to columns in the dat object for which the computation should be carried out |
nestVars |
either a character object or a vector of character objects with the column names in the dat object, indicating the nesting of the data (e.g., participant ID). Up to three nesting layers can be defined. |
verbose |
should processing information be printed during the functions run time. Default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.