Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reordered name, description, label (GitHub #217) and added order attribute to YAML for operation (GitHub #200)

...

Code Block
titleYAML 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
  label: Grouped count for categorical variable
  operations:
  - id: Mth01_CatVar_Count_ByGrp_1_n
    name: Count of subjects
    label: n
    order: 1
    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_":

Dataset2
idnamedescriptionlabel
description
operation_idoperation_nameoperation_
order
labeloperation_
label
orderoperation_resultPattern
Mth01_CatVar_Count_ByGrpCount by group for a categorical variable
Grouped count for categorical variable
Count across groups for a categorical variable, based on subject occurrenceGrouped count for categorical variableMth01_CatVar_Count_ByGrp_1_nCount of subjectsn1
n
(N=XX)