You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! A very naive question. I wanted to bootstrap the data to get the mean estimate + 95%CI for the parameters in my model (I am just screwing around with the example dataset...)
This is the code where I am trying to aggregate the results (median and mean) of my parameter for each run of the bootstrapped data set. Do you have any more elegant solutions to improve the efficiency of this process? How can I optimize the code to reduce computation time? The problem I am facing is the very high number of run to reach even 100 bootstrapped results .
Also, the command report = FALSE doesn't seem to work since I still get the pop-up.
What has been your experience with bootstrapping? Is it advisable to rely on bootstrapping only when a validation dataset is unavailable?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone! A very naive question. I wanted to bootstrap the data to get the mean estimate + 95%CI for the parameters in my model (I am just screwing around with the example dataset...)
This is the code where I am trying to aggregate the results (median and mean) of my parameter for each run of the bootstrapped data set. Do you have any more elegant solutions to improve the efficiency of this process? How can I optimize the code to reduce computation time? The problem I am facing is the very high number of run to reach even 100 bootstrapped results .
Also, the command report = FALSE doesn't seem to work since I still get the pop-up.
What has been your experience with bootstrapping? Is it advisable to rely on bootstrapping only when a validation dataset is unavailable?
Beta Was this translation helpful? Give feedback.
All reactions