
unibootVar
unibootVar(X, times)
The variable
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
The variance of the variable in the univariate sampling frame
# NOT RUN {
X<-c(1,2)
times<-100
unibootVar(X,times)
var(X)
# }
Run the code above in your browser using DataLab