View source: R/Module_Sub_boots_functions.R
createBoots | R Documentation |
Bootstrap and reformat raw data
createBoots( dat.prepped, boot.type = c("meboot", "stlboot"), boot.n = 1000, plot.diagnostics = FALSE )
dat.prepped |
some text |
boot.type |
some text |
boot.n |
some text |
plot.diagnostics |
some text |
## Not run: data.use <- read.csv("../inst/extdata/SampleFile_WithAge.csv") # read in raw data data.use <- read.csv("../inst/extdata/FinalSampleFile_WithoutAge.csv") # read in raw data dat.prepped <- prepData(datafile = data.use,out.labels="v2") bootdata.reformat <- createBoots(dat.prepped = dat.prepped,boot.type = "meboot" ) length(bootdata.reformat) bootdata.reformat[[1]] ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.