summarySE: summarySE - function to take a subset of data with column...

View source: R/utils.r

summarySER Documentation

summarySE - function to take a subset of data with column select, used by Palytic$plot

Description

summarySE - function to take a subset of data with column select, used by Palytic$plot

Usage

summarySE(
  data = NULL,
  measurevar,
  groupvars = NULL,
  phase = NULL,
  na.rm = FALSE,
  conf.interval = 0.95,
  .drop = TRUE
)

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 variables

na.rm

a boolean that indicates whether to ignore NA's

conf.interval

the percent range of the confidence interval (default is 95%)

Author(s)

Updated by Stephen Tueller Stueller@rti.org from http://www.cookbook-r.com/Graphs/Plotting_means_and_error_bars_(ggplot2)


ICTatRTI/PersonAlytics documentation built on Dec. 13, 2024, 11:06 p.m.