Learn R Programming

asbio (version 0.2-1)

stan.error: Variance and standard error estimators for the sampling distribution of the sample mean

Description

Estimator for the variance for the sampling distribution of the sample mean, i.e. $S^2/n$, and the standard deviation of the sampling distribution, i.e. $S/\sqrt(n)$.

Usage

stan.error(x)
stan.error.sq(x)

Arguments

x
A vector of quantitative data describing a sampling distribution.

See Also

sd