Skip to contents

A convenient interface to emmeans::emmeans() for all MPT model parameters. Per default, results for all MPT model parameters are combined into one data.frame, this can be disabled using the simplify argument.

Usage

mpt_emmeans(object, specs, by = NULL, type = "response", ..., simplify = TRUE)

Arguments

object

fitted MPT model object returned by mpt()

specs

same as for emmeans::emmeans()

by

same as for emmeans::emmeans()

type

same as for emmeans::summary.emmGrid(). Default for MPT models is "response"

...

further arguments passed to emmeans::emmeans() or corresponding methods

simplify

logical value indicating whether the different results should be compiled into one data.frame (TRUE, the default) or returned as a list