std.err | R Documentation |
Calculate the standard error of a sample
std.err(mu)
mu |
The sampled variable. This might commonly be set of values calculated from inventory plots |
The standard error in the same units as mu
vols<-runif(20, 150, 250) std.err(mu = vols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.