StephenAshley.Biostatistics.McNemarsGroupsCollection Class Reference

A list of Group objects and the associated methods for performing McNemar’s Test. More...

Inheritance diagram for StephenAshley.Biostatistics.McNemarsGroupsCollection:

StephenAshley.Biostatistics.GroupsCollection

List of all members.

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.


Detailed Description

A list of Group objects and the associated methods for performing McNemar’s Test.

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.


Constructor & Destructor Documentation

StephenAshley.Biostatistics.McNemarsGroupsCollection.McNemarsGroupsCollection (  ) 

Constructs an empty GroupsCollection.

Definition at line 21 of file McNemarsGroupsCollection.cs.

StephenAshley.Biostatistics.McNemarsGroupsCollection.McNemarsGroupsCollection ( List< Group lstGroups  ) 

Creates a GroupsCollection from a List of Groups.

Parameters:
lstGroups The Groups.

Definition at line 39 of file McNemarsGroupsCollection.cs.


Member Function Documentation

NUMBER StephenAshley.Biostatistics.McNemarsGroupsCollection.ChiSquared (  ) 

Gets the value of Chi-Squared (χ²).

Returns:
Chi-Squared.
Exceptions:
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.

Returns:
Chi-Squared.
Exceptions:
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 (χ²).

Returns:
The probability p.

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.

Returns:
The probability p.

Definition at line 100 of file McNemarsGroupsCollection.cs.


The documentation for this class was generated from the following file:

Generated on Sun May 31 19:43:39 2009 for "Biostatistics Documentation" by  doxygen 1.5.9