Click or drag to resize

MarginalEffectsParameterCalc Constructor

Overload List
 NameDescription
Public methodMarginalEffectsParameterCalc(LogisticRegressionParameterCalc) Constructs a MarginalEffects object from the given logistic regression. It is assumed that all variables are continuous - e.g. not categorical or binary.
Public methodMarginalEffectsParameterCalc(LogisticRegressionParameterCalc, ListListInt32) Constructs a MarginalEffects object from the given logistic regression which contains continuous and categorical variables.
Public methodMarginalEffectsParameterCalc(LogisticRegressionParameterCalc, ListInt32) Constructs a MarginalEffects object from the given logistic regression which contains continuous and dichotomous variables.
Public methodMarginalEffectsParameterCalc(LogisticRegressionParameterCalc, ListListInt32, ListInt32) Constructs a MarginalEffects object from the given logistic regression which contains continuous, dichotomous, and categorical variables.
Top
See Also