Click or drag to resize

MarginalEffectsParameterCalcAllEffects Method

Computes the marginal effect for each predictor at each observation of the logistic regression

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix AllEffects()

Return Value

DoubleMatrix
The ith row of the returned matrix contains the marginal effects for the model parameters at the ith observation.
See Also