mfx.misclassMlogit {misclassGLM} | R Documentation |
Compute Marginal Effects for 'misclassMlogit' Fits
Description
Obtain marginal effects.
Usage
mfx.misclassMlogit(
w,
x.mean = TRUE,
rev.dum = TRUE,
outcome = 2,
baseoutcome = 1,
digits = 3,
...
)
Arguments
w |
a fitted object of class inheriting from 'misclassMlogit'. |
x.mean |
logical, if true computes marginal effects at mean, otherwise average marginal effects. |
rev.dum |
logical, if true, computes differential effects for switch from 0 to 1. |
outcome |
for which the ME should be computed. |
baseoutcome |
base outcome, e.g. reference class of the model. |
digits |
number of digits to be presented in output. |
... |
further arguments passed to or from other functions. |
See Also
[Package misclassGLM version 0.3.5 Index]