Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The AnalysisMethod class is used in the reporting event's methods attribute  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.

Example
inlinetrue

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.

Excerpt Include
ARSP:ER Diagram: AnalysisMethod
ARSP:ER Diagram: AnalysisMethod

...

  • 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 to record a detailed description of 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 more 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 for the generation of the results of any analysis that analysis that uses the analysis method may be recorded or referenced in the codeTemplate attribute, as described in the AnalysisProgrammingCodeTemplate section.

...