Learn R Programming

esvis (version 0.2.0)

pooled_sd: Compute pooled standard deviation

Description

Compute pooled standard deviation

Usage

pooled_sd(formula, data)

Arguments

formula

A formula of the type out ~ group where out is the outcome variable and group is the grouping variable. Note the grouping variable must only include only two groups.

data

The data frame that the data in the formula come from.

Examples

Run this code
# NOT RUN {
pooled_sd(math ~ condition, star)
pooled_sd(reading ~ sex, star)
# }

Run the code above in your browser using DataLab