1 2 | normDataWithin(data = NULL, idvar, measurevar, betweenvars = NULL,
na.rm = TRUE)
|
data |
A data frame |
idvar |
The name of a column that identifies each subject (or matched subjects)#' |
measurevar |
The name of a column that contains the variable to be summariezed |
betweenvars |
A vector containing names of columns that are between-subjects variables |
na.rm |
Boolean that indicates whether to ignore NA's |
conf.interval |
The percent range of the confidence interval (default is 95 |
a data frame with normalized data Norms the data within specified groups in a data frame; it normalizes each subject (identified by idvar) so that they have the same mean, within each group specified by betweenvars.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.