nlmixr2 / nlmixr2extra

Extra utilities for nlmixr objects
https://nlmixr2.github.io/nlmixr2extra/
GNU General Public License v3.0
3 stars 1 forks source link

Feature Request: Extract the all bootstrap parameters #40

Open miriamkhayam opened 1 year ago

miriamkhayam commented 1 year ago

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

mattfidler commented 1 year ago

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

miriamkhayam commented 1 year ago

I thank you very much for your reply 👍