normDataWithin: Summarizes data. Norms the data within specified groups in a...

Description Usage Arguments

Description

it normalizes each subject (identified by idvar) so that they have the same mean, within each groups pecified by betweenvars.

Usage

1
2
normDataWithin(data = NULL, idvar, measurevar, betweenvars = NULL,
  na.rm = FALSE, .drop = 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:

a boolean that indicates whether to ignore NA's


mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.