ple: Probably limit of error (PLE) around a mean

View source: R/PLE.R

pleR Documentation

Probably limit of error (PLE) around a mean

Description

Calculate the PLE around a mean at the 95% confidence level. This statistic is commonly used in forest inventory analysis in NZ and Australia

Usage

ple(mu)

Arguments

mu

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

Value

The PLE in percent

Examples

vols<-runif(20, 150, 250)
ple(mu = vols)


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