IPDFileCheck (version 0.3.0)

getSEM: Function to estimate standard error of the mean

Description

Function to estimate standard error of the mean

Usage

getSEM(x)

Arguments

x,

a vector

Value

SE the standard error of the mean

Examples

Run this code
# NOT RUN {
getSEM(c(1,2,3,4))
# }

Run the code above in your browser using DataCamp Workspace