Learn R Programming

Omisc (version 0.1.5)

unibootVar: unibootVar

Description

unibootVar

Usage

unibootVar(X, times)

Value

The variance of the variable in the univariate sampling frame

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

Examples

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

Run the code above in your browser using DataLab