meanSePlot: Plot data with mean and confidence intervals

Description Usage Arguments Value Examples

View source: R/charts.R

Description

Plot data with mean and confidence intervals

Usage

1
2
meanSePlot(data, x, ylimits, ylabel, data.mean = data.mean,
  data.lower = data.lower, data.upper = data.upper, fill = NULL)

Arguments

data

results data frame

x

column for x co-ordinate

ylimits

limits for y axis

ylabel

label for y axis

data.mean

column for y co-ordinate

data.lower

column for lower error bar

data.upper

column for upper error bar

fill

grouping variable for fill

Value

plot

Examples

1
p <- meanSePlot(pp.summary, ylimits=ylimits, ylabel=ylabel,x = school, fill=pp)

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