df_sem: Generate standard error of mean

Description Usage Arguments Value Examples

View source: R/df_sem.R

Description

Generate standard error of mean

Usage

1

Arguments

data

A data frame, generally grouped by the intended sub-groups which you want to compare for the same t-test.

x

A (bare) column name of the variable which you want to get the mean, sd, and standard error of the mean (SEM).

Value

A data.frame with consisting of characters. The columns that are always present are: group variable(s), mean, sd, n, and se(SEM).

Examples

1
2
3
4
5

roistats documentation built on March 11, 2021, 1:07 a.m.