Rdocumentation
powered by
Learn R Programming
papaja (version 0.1.0.9054)
conf_int: Between-subjects confidence intervals
Description
Returns the negative deviation that is needed to construct confidence intervals for a vector of observations.
Usage
conf_int(x, level = 0.95, na.rm = TRUE)
Arguments
x
Numeric. A vector of observations from your dependent variable.
level
Numeric. Defines the width of the interval if confidence intervals are plotted. Defaults to 0.95 for 95% confidence intervals.
na.rm
Logical. Specifies if missing values are removed.