Click or drag to resize

MarginalEffectsParameterCalc(LogisticRegressionParameterCalc) Constructor

Constructs a MarginalEffects object from the given logistic regression. It is assumed that all variables are continuous - e.g. not categorical or binary.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MarginalEffects(
	LogisticRegression<ParameterCalc> lr
)

Parameters

lr  LogisticRegressionParameterCalc
Logistic regression.
See Also