stderrmean: Compute the standard error of the mean

Description Usage Arguments Value Examples

View source: R/basic_functions.R

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)
 

huebschm/YAPSA documentation built on May 17, 2019, 9:11 p.m.