boot_message | R Documentation |
Uses the results of either group or pair results and prints of the standard message.
boot_message(eList, type_results, bootOut, type = "pair")
eList |
named list with at least the Daily, Sample, and INFO dataframes |
type_results |
data frame returned from either |
bootOut |
List returned from either |
type |
Character can be "pair" or "group". |
eList <- EGRET::Choptank_eList
year1 <- 1985
year2 <- 2009
## Not run:
pairOut_2 <- EGRET::runPairs(eList,
year1, year2,
windowSide = 7)
# For good analysis, bump up nBoot to about 100:
boot_pair_out <- runPairsBoot(eList, pairOut_2, nBoot = 5)
boot_message(eList,
pairOut_2,
boot_pair_out)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.