cdisc-org / analysis-results-standard

This repository will be where all the results for the Analysis Results Standard will be delivered.
MIT License
51 stars 10 forks source link

Modeling for the Results section (Descriptive and Summary Statistics) #39

Closed bhavinbusa closed 1 year ago

bhavinbusa commented 1 year ago

We will also have to think through how the Statistics will be displayed for output purpose. For ARD, the display of the Stats may not matter. We would like to reuse the Stats across multiple displays - something we should consider as we build this part of the model.

ASL-rmarshall commented 1 year ago

This PBI has not been completed during Sprint 6.

ASL-rmarshall commented 1 year ago

The CMAP uploaded for PBIs 51 and 52 also includes draft modeling for analysis methods, which may include multiple operations. Operations may be performed on the analysis variable defined for the analysis and/or with reference to the results of other analysis operations. For example:

bhavinbusa commented 1 year ago

Excellent! Love the examples, thanks for providing them.

On Thu, Feb 9, 2023 at 2:24 PM Richard Marshall @.***> wrote:

The CMAP uploaded for PBIs 51 and 52 also includes draft modeling for analysis methods, which may include multiple operations. Operations may be performed on the analysis variable defined for the analysis and/or with reference to the results of other analysis operations. For example:

  • For analysis "A", which has analysis set=ITT, grouping 1 = treatment, analysis variable=USUBJID:
    • A "count distinct values" operation would give the number of ITT subjects for each treatment.
  • For analysis "B", which has analysis set=ITT, grouping 1=treatment, grouping 2=SOC, grouping 3=PT, analysis variable=USUBJID:
    • A "count distinct values" operation would give the number of ITT subjects for each treatment/SOC/PT combination.
    • To calculate percentages, a "calculate percent" operation of analysis "B" may be performed with reference to:
      • The result of the "count distinct values" operation for analysis "B" as the numerator, and
      • The result of the "count distinct values" operation for analysis "A" as the denominator

— Reply to this email directly, view it on GitHub https://github.com/cdisc-org/analysis-results-standard/issues/39#issuecomment-1424699602, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVORME5TX6CZVGLXNTTXU33WWU77TANCNFSM6AAAAAATW6GNZI . You are receiving this because you authored the thread.Message ID: @.***>