Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrapping functionality or interface with bootstrap packages #372

Open
danielinteractive opened this issue Nov 15, 2023 · 0 comments
Open

Comments

@danielinteractive
Copy link
Collaborator

Hi all.

I have started using the mmrm package in connection with some simulation studies I am performing. I am fitting a model along the lines of :
mmrm.fit <- mmrm(
formula = CFB ~ treatweek.factor + obs.baselineweek.factor + us(week.factor | subj.id),
data = df[planned.week != 0]
)

Based on this model I will derive a complex quantity, and would like to employ bootstrapping techniques to get at confidence interval. I have been playing around with the lmeresampler pacakge, however that only works on lme4 and nlme objects.

Have you considered to implement methods for bootstrapping, og teaming up with the lmeresampler-folks making their package work on mmrm objects?

Kr, Henrik

Originally posted by @henrikibster in #314 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant