You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Model Documentation

The AnalysisMethod class is used in the reporting event's methods attribute to specify the analysis methods used 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.
ER Diagram: AnalysisMethod

Each analysis method is defined as an instance of the AnalysisMethod class and, in each instance:

  • The id attribute contains the identifier value assigned for the analysis method.
  • The name attribute indicates the assigned name of the analysis method.
  • The label attribute contains a short description of the analysis method.
  • The description attribute may be used record a detailed description of the analysis method.
  • One or more references to associated documentation for the analysis method may be included in the documentRefs attribute, as described in the DocumentReference section.
  • The operations attribute contains the specification(s) of 1 or statistical operations, each of which is represented as an instance of the Operation class, as described in the Operation section.
  • Any template programming code used to generate the results of any analysis that uses the analysis method may be recorded or referenced in the codeTemplate attribute, as described in the AnalysisProgrammingCodeTemplate section.

Example


  • No labels