This example shows the definitions for 2 analyses. To illustrate the structure of an analysis specification, all attributes in the Analysis class are represented for both analyses but, for brevity, some or all of the details have been omitted for some of the attributes, including:
- documentRefs: refer to the DocumentReference section examples of informational document references specified for an output.
- categoryIds: refer to the AnalysisOutputCategorization section for examples of the categorization of outputs.
- referencedAnalysisOperations: refer to the Operation section for an example of the definition and use of referenced operation relationships.
- programmingCode: refer to the AnalysisOutputProgrammingCode section for examples of the representation of programming code for analyses and outputs.
- results: refer to the OperationResult section for examples of the representation of analysis results.
In the following line captions, a label is shown in parentheses next to each referenced identifier value. These labels were obtained from the definition of each of the referenced components even though these definitions are not included in the example.
Lines 2-30: | Show the definition of the "Comparison of Height by Treatment" analysis, in which:
|
Lines 31-62: | Show the definition of the "Comparison of Height by Treatment" analysis, in which:
|
analyses: - id: An03_06_Height_Comp_ByTrt version: 1 name: Comparison of Height by Treatment description: ... reason: controlledTerm: SPECIFIED IN SAP purpose: controlledTerm: PRIMARY OUTCOME MEASURE documentRefs: ... categoryIds: ... dataset: ADSL variable: HEIGHTBL analysisSetId: AnalysisSet_02_SAF dataSubsetId: ... orderedGroupings: - order: 1 resultsByGroup: false groupingId: AnlsGrouping_01_Trt methodId: Mth04_ContVar_Comp_Anova referencedAnalysisOperations: ... programmingCode: ... results: ... - id: An08_01_Obs_Summ_ByTrt version: 1 name: Summary of Observed Value by Treatment, Parameter and Visit description: ... reason: controlledTerm: SPECIFIED IN SAP purpose: controlledTerm: PRIMARY OUTCOME MEASURE documentRefs: ... categoryIds: ... dataset: ADVS variable: AVAL analysisSetId: AnalysisSet_02_SAF dataSubsetId: Dss09_VS_AnRec orderedGroupings: - order: 1 resultsByGroup: true groupingId: AnlsGrouping_01_Trt - order: 2 resultsByGroup: true groupingId: AnlsGrouping_08_Param - order: 3 resultsByGroup: true groupingId: AnlsGrouping_09_Visit methodId: Mth02_ContVar_Summ_ByGrp programmingCode: ... results: ... ...