Click or drag to resize

MarginalEffectsParameterCalc(LogisticRegressionParameterCalc, ListInt32) Constructor

Constructs a MarginalEffects object from the given logistic regression which contains continuous and dichotomous variables.

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

Parameters

lr  LogisticRegressionParameterCalc
Logistic regression.
dichotomousVarIndices  ListInt32
Indices of the dichotomous (0-1) valued variables.
See Also