VarSRS: Variance estimator assuming simple random sampling

Description Usage Arguments Value Examples

View source: R/VarEst.R

Description

Constructor for the variance estimator assuming simple random sampling.

Usage

1
VarSRS(fpc = FALSE, diagnostic = FALSE)

Arguments

fpc

If TRUE, finite population correction factor will be applied.

diagnostic

If TRUE, diagnostic information, i.e. a VarOut, object will be returned.

Value

Returns a function with the specified arguments that can be called on a SysFrame.

Examples

1
2
v_srs <- VarSRS(fpc=TRUE)
v_srs(hex_frame)

brycefrank/spsys documentation built on Aug. 1, 2020, 12:21 a.m.