Closed grantmcdermott closed 3 weeks ago
See https://github.com/grantmcdermott/etwfe/issues/47#issuecomment-2452756488.
Internally passed as marginaleffects(..., type = predict) to avoid the top-line clash with emfx(..., type).
marginaleffects(..., type = predict)
emfx(..., type)
See https://github.com/grantmcdermott/etwfe/issues/47#issuecomment-2452756488.
Internally passed as
marginaleffects(..., type = predict)
to avoid the top-line clash withemfx(..., type)
.