Bootstrapping

  1. Keep only those covariate effects selected by the covariate search.

  2.   selectedCovariateModel <- covariateModel %>%
         removeCovariate ( covariate = "Age") %>%
         removeCovariate ( covariate = "Sex")

  3. Run bootstrapping for the selected covariate model.

  1. Copy the selected model object into a new object.

  2.   bootModel <- copyModel ( selectedCovariateModel
                , modelName = paste0 ( ModelName , " _Bootstrapping "))

  3. Run the bootstrap using the default multicore host, default values for all the relevant NLME engine arguments, and default values for bootstrap arguments (running “BootstrapParams ()” to view the default values).

  4.   bootstrapJob <- bootstrap ( bootModel )

  5. View bootstrapping estimation results.

  print ( bootstrapJob )


Last modified date:12/17/20
Certara USA, Inc.
Legal Notice | Contact Certara
© 2020 Certara USA, Inc. All rights reserved.