SEM: Standard Error of Mean.

View source: R/descriptives.R

SEMR Documentation

Standard Error of Mean.

Description

SEM computes standard error of mean.

Usage

SEM(x)

Arguments

x

Data for computation.

Value

numeric vector with SEM.

Examples

SEM(x = mtcars$wt)

wrappedtools documentation built on Sept. 24, 2023, 5:06 p.m.