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 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 "summary by group of a categorical variable” variable" method might include separate operations for “count "count of subject by group” group" and “percent "percent of subjects by group”group". This defined method could then be used to summarize any categorical variable across any number of grouping factors.

Excerpt Include
ARSP:ER Diagram: AnalysisMethodARSP:
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 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

Include Page
methods
methods

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.

Pagenav