SEM {wrappedtools}R 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)

[Package wrappedtools version 0.9.5 Index]