unibootVar {Omisc} | R 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)
[Package Omisc version 0.1.5 Index]