std.err: Standard error

View source: R/PLE.R

std.errR Documentation

Standard error

Description

Calculate the standard error of a sample

Usage

std.err(mu)

Arguments

mu

The sampled variable. This might commonly be set of values calculated from inventory plots

Value

The standard error in the same units as mu

Examples

vols<-runif(20, 150, 250)
std.err(mu = vols)

jonathandash/wafR documentation built on March 27, 2022, 11:47 a.m.