insightsengineering / insightsengineering/tern.mmrm
Split out `lsmeans` computations in separate step after `fit_mmrm()`
Open
enhancement
SP3
- Dominant language
- R
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Motivation: Currently `lsmeans` computations are done inside `fit_mmrm()`. This is not necessary as the user could change `lsmeans` specs later on and still use the same fitted model.
To do:
- [ ] split out
- [ ] adapt tests etc.
- [ ] adapt `teal.modules.clinical` MMRM module accordingly
Contributor guide
Assessment
This issue has not been assessed yet.