Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed "subject grouping factor" and "data grouping factor" to "grouping factor" (ARSP-28)

...

Xfancy
classrowcaps
Lines 1-18:

Show the definition of the single subject grouping factors referenced by the analysis: the "Treatment" subject grouping factor, which has 3 groups: "Placebo", "Xanomeline Low Dose", and "Xanomeline High Dose". This grouping factor is not data-driven (dataDriven = false on line 3).

Lines 19-27:

Show the definition of the 2 data grouping factors referenced by the analysis, both of which are data-driven (dataDriven = true, as shown on lines 21 and 25).

  • Lines 20-23: Show the definition of the "System Organ Class" data grouping factor, for which group values are found in the AESOC variable specified in the groupingVariable attribute on line 23.
  • Lines 24-27: Show the definition of the "Preferred Term" data grouping factor, for which group values are found in the AEDECOD variable specified in the groupingVariable attribute on line 27.
Lines 28-40:

Show the definition of the method referenced by the analysis, "Summary by group of a categorical variable", which has 2 operations:

  • Lines 32-35: Show the definition of the "Count of subjects" operation.
  • Lines 36-40: Show the definition of the "Percent of subjects" operation.
Lines 42-57:

Show the definition of the analysis:

  • Lines 45-46: Show that this is an analysis of the USUBJID variable in the ADSL dataset.
  • Line 47: Shows the reference to the "Summary by group of a categorical variable" method.
  • Lines 48-57: Show the references to the 3 grouping factors, both of which are marked as producing a result for each group in the grouping factor (resultsByGroup = true, shown on lines 50, 53 and 56).
Lines 58-178

Show a list of a subset of the results for the analysis. Each entry in the list (starting with the operationId attribute preceded by a hyphen) represents an instance of the OperationResult class and contains:

  • The identifier value of the statistical operation performed, which is in the operationId attribute.
  • In the resultGroups attribute, a reference to both grouping factor groups associated with the result (indicated by the values of the groupingId attribute and:
    • groupId for the "Treatment" grouping factor (which has predefined groups)
    • groupValue for the other 2 data-driven groupings factors.
  • The raw result value in the rawValue attribute, and
  • In the formattedValue attribute, the result value formatted according to the pattern specified in the resultPattern attribute of the operation referenced by the operationId value. The specified patterns are shown on rows 35 and 39.

...