summarySE: Summarizes data

View source: R/summarySE.R

summarySER Documentation

Summarizes data

Description

Gives count, mean, standard deviation, standard error of the mean, and confidence interval (default 95%)

Usage

summarySE(
  data = NULL,
  measureVar,
  weightsVar = NULL,
  groupVars = NULL,
  na.rm = FALSE,
  conf.interval = 0.95,
  .drop = TRUE,
  renameMean = FALSE
)

Arguments

data

a data frame

measureVar

the name of a column that contains the variable to be summarized

groupVars

a vector containing names of columns that contain grouping variable(s)

na.rm

a boolean that indicates whether to ignore NA's

renameMean

a boolean that indicates if the mean column should be renamed

Value

Dataframe for graphs

Author(s)

Gabriel N. Camargo-Toledo gcamargo@sensata.io

Examples

TBD

SensataUX/sensataDataAnalysis documentation built on May 11, 2023, 10:59 a.m.