normDataWithin: Normalize within-group data

Usage Arguments

Usage

1
2
normDataWithin(data = NULL, idvar, measurevar, betweenvars = NULL,
  na.rm = TRUE)

Arguments

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.


thomas-hinterecker/Ragbu documentation built on May 8, 2019, 9:46 a.m.