|  | Logistic | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic | Initializes a new instance of the LogisticRegressionFitAnalysisParameterCalcPearsonChiSqrStatistic class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | NumberCovariatePatterns | Gets the number of distinct covariate patterns for the logistic regression model. | 
|  | PValue | Gets the p-value for the Pearson chi-square statistic. | 
|  | Residuals | Gets the Pearson residuals used in the Pearson chi-square statistics computation. | 
|  | Value | Gets the value of the Pearson chi-square statistic. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of self. | 
|  | ToString | String representation containing Pearson chi-square statistic
            attributes. (Overrides ObjectToString) | 
 See Also
See Also