summarySE: Summarizes data

Usage Arguments

Usage

1
2
summarySE(data = NULL, measurevar, groupvars = 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

groupvars

Vector containing names of columns that contain grouping 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 count, mean, standard deviation, standard error of the mean, and confidence interval (default 95 Gives count, mean, standard deviation, standard error of the mean, and confidence interval (default 95


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