 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IList<int> MemberIndices { get; }
Public ReadOnly Property MemberIndices As IList(Of Integer)
Get
public:
property IList<int>^ MemberIndices {
IList<int>^ get ();
}
member MemberIndices : IList<int> with get
Property Value
IListInt32
See Also