Unlimited learning, half price | 50% off
Get 50% off unlimited learning

Omisc (version 0.1.2)

unibootVar: 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

Run this code
# NOT RUN {
X<-c(1,2)
times<-100
unibootVar(X,times)
var(X)
# }

Run the code above in your browser using DataLab