-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Currently ard_emmeans_mean_difference() / ard_emmeans_contrast() is restricted to primary covariates that exist within the input data?
Could it expand to interaction terms as well?
For example:
cardx::ard_emmeans_mean_difference(
data = mtcars,
formula = mpg ~ am + cyl + am*cyl,
method = "lm",
primary_covariate = "am*cyl"
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels