unibootVar | R Documentation |
unibootVar
unibootVar(X, times)
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 |
The variance of the variable in the univariate sampling frame
X<-c(1,2) times<-100 unibootVar(X,times) var(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.