Hello I am Miss Khayam Miriam and I contact you to ask you questions .
Currently I am working using nlmixr2’s boostrap on a scientific project and I used the following function:
sticker <-boostrapFit( run_37 ,nboot= 200 ,restart = TRUE) , at the end I get some results but similar to those of the estimates.
What I would like to ask is how can I get and where can I find the results table containing all the bootstraps?
and do the results obtained correspond to an average of all bootstraps or just to the last?
thank you in advance
The bootstrap currently summarizes the averages for standard errors only. We could write a function to extract all the bootstraps, but it isn't implemented yet
Hello I am Miss Khayam Miriam and I contact you to ask you questions .
Currently I am working using nlmixr2’s boostrap on a scientific project and I used the following function:
sticker <-boostrapFit( run_37 ,nboot= 200 ,restart = TRUE) , at the end I get some results but similar to those of the estimates.
What I would like to ask is how can I get and where can I find the results table containing all the bootstraps? and do the results obtained correspond to an average of all bootstraps or just to the last? thank you in advance