| BootstrapParams-class | R Documentation |
Class initializer for BootstrapParams that represents parameters for a bootstrap run.
numReplicatesNumber of bootstrap replicates to run
initialEstimatesGet model final estimates to run bootstrap (T|F)
numRetriesNumber of times to retry a failed replicated
randomNumSeedSeed for random number generator
confidenceLevelConfidence level
stratifyColumnsWhat columns to stratify on(comma separated)
# same object as BootstrapParams()
boot <- BootstrapParams(
numReplicates = 100,
initialEstimates = FALSE,
numRetries = 2,
randomNumSeed = 1234,
confidenceLevel = 95
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.