unibootVar: unibootVar

View source: R/unibootVar.R

unibootVarR Documentation

unibootVar

Description

unibootVar

Usage

unibootVar(X, times)

Arguments

X

The variable

times

The number of times the variable is repeated in the univariate sampling frame. This is going to be equal to the number of variables being univariately sampled

Value

The variance of the variable in the univariate sampling frame

Examples

X<-c(1,2)
times<-100
unibootVar(X,times)
var(X)

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to unibootVar in Omisc...