summariseData: Summarise data with mean and confidence intervals

Description Usage Arguments Value Examples

View source: R/dataFunctions.R

Description

Summarise data with mean and confidence intervals

Usage

1

Arguments

data

data frame

var

the name of the variable to summarise

...

the name of the grouping variable(s)

Value

data frame with n, mean, sd, se, ci, upper and lower

Examples

1
summary.data <- summaryData(school.results, school, gradeScore)

NoMoreMarking/nmmFeedback documentation built on Oct. 30, 2019, 10:15 p.m.