Click or drag to resize

LogisticRegressionFitAnalysisParameterCalcHosmerLemeshowGroupMemberIndices Property

Gets the indices in the regression model data of the covariates in this group. If lr is the corresponding logistic regression model object, then the covariates in this group are lr.PredictorMatrix.Row(MemberIndices[i]), for i = 0, 1,..., MemeberIndices.Count - 1

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IList<int> MemberIndices { get; }

Property Value

IListInt32
See Also