std_error: Function to estimate the standard error

Description Usage Arguments

View source: R/std_error.R

Description

This function estimates the standard error of an array. The formula is the square root of the variance / the square root of the sample size.

Usage

1
std_error(x, na.rm = FALSE)

Arguments

x

A numerical array

na.rm

argument to set if NA are present in the array and exclude them


EricMenetre/NPL documentation built on June 23, 2021, 2:10 p.m.