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)
 

YAPSA documentation built on Nov. 8, 2020, 4:59 p.m.