Learn R Programming

wrappedtools (version 0.9.7)

SEM: Standard Error of Mean.

Description

SEM computes standard error of mean.

Usage

SEM(x)

Value

numeric vector with SEM.

Arguments

x

Data for computation.

Examples

Run this code
SEM(x = mtcars$wt)

Run the code above in your browser using DataLab