# \donttest{
# Load package and data
library(ctmm)
data(gazelle)
DATA <- gazelle[[3]]
GUESS <- ctmm.guess(DATA,interactive=FALSE)
FIT <- ctmm.select(DATA,GUESS)
# some human-readable information
summary(FIT)
# in general, you will want to set iterate=TRUE,trace=TRUE
BOOT <- ctmm.boot(DATA,FIT,iterate=FALSE,trace=FALSE)
# compare to the previous estimate
summary(BOOT)
# }
Run the code above in your browser using DataLab