Description Usage Arguments Examples
Perform covariance estimates for each of multiple bootstrap samples of traits
1 | bs_covar_est(limmbo_out, cpus, seed)
|
limmbo_out |
object produced by call to limmbo$core$vdbootstrap$LiMMBo |
cpus |
number of cpus to use (as an R object) |
seed |
integer for pseudo random number seed (as an R object) |
1 2 3 4 5 6 | ## Not run:
prep_data(pheno = matrix(rnorm(300), nrow = 100), kinship = diag(100)) -> dat
make_limmbo(dat, timing = TRUE, iterations = 10, subset_size = 2) -> limmbo_out
bs_covar_est(limmbo_out, cpus = 1, seed = 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.