Class: AnalysisMethod |
The AnalysisMethod class is used in the reporting event's methods attribute to specify the analysis methods used by any analysis in the reporting event. Each analysis method represents a standalone specification of a set of 1 or more statistical operations that can be applied to any analysis variable to generate a set of analysis results.
For example, a "summary by group of a categorical variable" method might include separate operations for "count of subject by group" and "percent of subjects by group". This defined method could then be used to summarize any categorical variable across any number of grouping factors. |
Each analysis method is defined as an instance of the AnalysisMethod class and, in each instance:
Additional examples of method definitions can be found in the Operation and OperationResult sections.
Once an analysis method has been defined, its use in an analysis is specified by inclusion of its identifier value in the methodId attribute of the analysis, as described in the Analysis section.