stderrmean: Compute the standard error of the mean

Description Usage Arguments Value Examples

Description

This function returns the standard deviation of an input numerical vector divided by the square root of the length of the input vector

Usage

1

Arguments

x

A numerical vector

Value

Standard deviation of an input numerical vector divided by the square root of the length of the input vector

Examples

1
2
3
4
A <- c(1,2,3)
sd(A)
stderrmean(A)
 

eilslabs/YAPSA documentation built on May 16, 2019, 1:23 a.m.