Click or drag to resize

MarginalEffectsParameterCalcAverageMarginalEffects Method

Overload List
 NameDescription
Public methodAverageMarginalEffects The marginal effect for a particular predictor is computed at an observation. To obtain the Average Marginal Effect (AME) for a given predictor we compute the marginal effect for each observation in the logistic regression model that self was constructed with. Then the AME for that parameter is the average of these values.
Public methodAverageMarginalEffects(DoubleVector) Computes the Average Marginal Effects using the given logistic model parameters.
Top
See Also