Public Member Functions | |
McNemarsGroupsCollection () | |
Constructs an empty GroupsCollection. | |
McNemarsGroupsCollection (List< Group > lstGroups) | |
Creates a GroupsCollection from a List of Groups. | |
NUMBER | ChiSquared () |
Gets the value of Chi-Squared (χ²). | |
NUMBER | ChiSquaredUnadjusted () |
Gets the value of Chi-Squared (χ²) without a continuity adjustment. | |
NUMBER | p () |
Gets the probability p associated with the associated value of Chi-Squared (χ²). | |
NUMBER | pUnadjusted () |
Gets the probability p associated with the associated value of Chi-Squared (χ²) without a continuity adjustment. |
See generally Stanton A. Glantz, Primer of Biostatistics ch. 9 (6th ed. 2005); Jerrold H. Zar, Biostatistical Analysis ch. 24 (5th ed. 2010 [sic]).
Definition at line 15 of file McNemarsGroupsCollection.cs.
StephenAshley.Biostatistics.McNemarsGroupsCollection.McNemarsGroupsCollection | ( | ) |
StephenAshley.Biostatistics.McNemarsGroupsCollection.McNemarsGroupsCollection | ( | List< Group > | lstGroups | ) |
Creates a GroupsCollection from a List of Groups.
lstGroups | The Groups. |
Definition at line 39 of file McNemarsGroupsCollection.cs.
NUMBER StephenAshley.Biostatistics.McNemarsGroupsCollection.ChiSquared | ( | ) |
Gets the value of Chi-Squared (χ²).
BiostatisticsException | the sum of the values in the b and c cells of the contingency table equals zero. |
Definition at line 50 of file McNemarsGroupsCollection.cs.
NUMBER StephenAshley.Biostatistics.McNemarsGroupsCollection.ChiSquaredUnadjusted | ( | ) |
Gets the value of Chi-Squared (χ²) without a continuity adjustment.
BiostatisticsException | the sum of the values in the b and c cells of the contingency table equals zero. |
Definition at line 70 of file McNemarsGroupsCollection.cs.
NUMBER StephenAshley.Biostatistics.McNemarsGroupsCollection.p | ( | ) |
Gets the probability p associated with the associated value of Chi-Squared (χ²).
Definition at line 89 of file McNemarsGroupsCollection.cs.
NUMBER StephenAshley.Biostatistics.McNemarsGroupsCollection.pUnadjusted | ( | ) |
Gets the probability p associated with the associated value of Chi-Squared (χ²) without a continuity adjustment.
Definition at line 100 of file McNemarsGroupsCollection.cs.