Description Usage Arguments Value Author(s) References Examples
This function is use to make Bootstrap from DiStatis object. Bootstrap resampling techniques are applied on the residuals matrices obtained from SVD of the Compromise and the RV matrix to do multiple comparisions between studies and confidence elipses for the projections of observations in the compromise.
1 2 3 4 |
object |
It is the object of DiStatis Class. |
NRep |
Number of repetitions to do the bootstraping. Default is 100. |
Dims |
Number of dimensions used to do the bootstraping. Default is 2. |
Bootstrap |
Bootstrap class object with the corresponding completed slots according to the given model |
M L Zingaretti, J A Demey-Zambrano, J L Vicente Villardon, J R Demey
Efron, B.,Tibshirani, RJ. (1993). An introduction to the bootstrap. New York: Chapman and Hall. 436p.
Ringrose, T.J. (1992). Bootstrapping and Correspondence Analysis in Archaeology. Journal of Archaeological. Science.19:615-629.
1 2 3 4 5 6 7 8 | {
data(NCI60Selec)
Z1<-DiStatis(NCI60Selec)
B<-Bootstrap(Z1)
Z2<-DiStatis(NCI60Selec,Center=FALSE,Scale=FALSE)
B2<-Bootstrap(Z2,NRep=200)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.