Skip to contents

Extracts relevant estimates from a given fitted MMRM. See [rbmi_mmrm()] for full details.

Usage

rbmi_mmrm_single_info(fit, visit_level, visit, group, weights)

Arguments

fit

(`mmrm`)
the fitted MMRM.

visit_level

(`string`)
the visit level to extract information for.

visit

(`string`)
the name of the visit variable.

group

(`string`)
the name of the group variable.

weights

(`string`)
the weighting strategy to be used when calculating the least square means, either `'counterfactual'` or `'equal'`.

See also

[rbmi_mmrm()]