Learn R Programming

evolqg (version 0.3-4)

BootstrapR2: R2 confidence intervals by bootstrap resampling

Description

Random populations are generated by resampling the suplied data or residuals. R2 is calculated on all the random population's correlation matrices, provinding a distribution based on the original data.

Usage

BootstrapR2(ind.data, iterations = 1000, parallel = FALSE)

Value

returns a vector with the R2 for all populations

Arguments

ind.data

Matrix of residuals or indiviual measurments

iterations

Number of resamples to take

parallel

if TRUE computations are done in parallel. Some foreach backend must be registered, like doParallel or doMC.

Author

Diogo Melo Guilherme Garcia

See Also

BootstrapRep, AlphaRep

Examples

Run this code
r2.dist <- BootstrapR2(iris[,1:4], 30)
quantile(r2.dist)

Run the code above in your browser using DataLab