stan.error: Variance and standard error estimators for the sampling...

View source: R/stan.error.R

stan.errorR Documentation

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.

Author(s)

Ken Aho

See Also

sd


asbio documentation built on May 29, 2024, 5:57 a.m.