search for: codboot

Displaying 1 result from an estimated 1 matches for "codboot".

Did you mean: cdboot
2011 May 19
2
Separating boot results
...results, I just need to convert the format of the results such that I can store the results in a dataframe to save out to a database. I am doing the following: ## Generate 20,000 bootstrap samples cod.boot <- boot(trimmed$ratio, cod, R=20000) ## generate 90% BCA boostrap confidence intervals codboot <- boot.ci(cod.boot,conf = c(0.90), type= c("bca")) At this point I have stored the answer I want to the variable codboot, but the problem is it is in the format as follows: BOOTSTRAP CONFIDENCE INTERVAL CALCULATIONS Based on 20000 bootstrap replicates CALL : boot.ci(boot.out = cod....