Versions Compared

Key

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

...

Xfancy
classrowcaps
Lines 1-18:

Show the definition of the single subject grouping factor 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 method referenced by the analysis, "Analysis of variance group comparison for a continuous variable", which has a single operation ("P-value").

Lines 29-38:

Show the definition of the analysis:

  • Lines 32-33: Show that this is an analysis of the AGE variable in the ADSL dataset.
  • Line 34: Shows the reference to the "Analysis of variance group comparison for a continuous variable" method.
  • Lines 35-38: Show the reference to the single grouping factor, which is marked as not producing a result for each group in the grouping factor (resultsByGroup = false, shown on line 37).
Lines 40-44

Show the single result for the analysis, represented as an instance of the OperationResult class containing:

  • The identifier value of the statistical operation performed, which is in the operationId attribute.
  • In the resultGroups attribute, a reference to the only grouping factor group associated with the result (indicated by the value of the groupingId attribute). The association to the "Treatment" grouping factor can be used as an indication that this is a treatment-related result.
  • 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 pattern is shown on row 26.

...