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

Compare with Current View Page History

Version 1 Current »

This example shows the definition of a simple analysis method that contains only 1 operation. This method could be used to calculate the number of subjects in each treatment group for any analysis set. The results of the analyses that use this method could then by referenced as the denominator by other defined "percent of subjects" operations.

YAML Example
methods:
- id: Mth01_CatVar_Count_ByGrp
  name: Count by group for a categorical variable
  label: Grouped count for categorical variable
  description: Count across groups for a categorical variable, based on subject occurrence
  operations:
  - id: Mth01_CatVar_Count_ByGrp_1_n
    name: Count of subjects
    label: n
    resultPattern: (N=XX)
...

This analysis method could be represented in tabular form as shown in the following table where the column names for attributes of the Operation class include the prefix, "operation_":

$titleHtml
idnamelabeldescriptionoperation_idoperation_nameoperation_orderoperation_labeloperation_resultPattern
Mth01_CatVar_Count_ByGrpCount by group for a categorical variableGrouped count for categorical variableCount across groups for a categorical variable, based on subject occurrenceMth01_CatVar_Count_ByGrp_1_nCount of subjects1n(N=XX)
$warningHtml

  • No labels