Description Usage Arguments Value Examples
Impute missing data within the bootstrap data object
| 1 | imputeByAge(projectName, seed = 1, cores = 1, saveInd = TRUE, ...)
 | 
| projectName | The name or full path of the project, a baseline object (as returned from  | 
| seed | The seed for the random number generator (used for reproducibility) | 
| cores | An integer giving the number of cores to run the bootstrapping over. | 
| saveInd | Logical: if TRUE save the imputing indices. | 
| ... | Unused but usd for robustness. | 
Updated list with imputed bootstrap results
| 1 2 3 4 | projectName <- "Test_Rstox"
boot <- runBootstrap(projectName, nboot=10, seed=1, bootstrapMethod="AcousticTrawl")
# imputeByAge() fills in empty cells:
system.time(bootstrap_Acoustic_imputed <- imputeByAge(projectName))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.