summarySEwithin: Summarize within-subjects data

Usage Arguments

Usage

1
2
summarySEwithin(data = NULL, measurevar, betweenvars = NULL,
  withinvars = NULL, idvar = NULL, na.rm = TRUE, conf.interval = 0.95)

Arguments

data

A data frame

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

withinvars

Vector containing names of columns that are within-subjects variables

idvar

The name of a column that identifies each subject (or matched subjects)

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 count, mean, standard deviation, standard error of the mean, and confidence interval (default 95 Summarizes data, handling within-subjects variables by removing inter-subject variability


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