Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleYAML Example
linenumberstrue
methods:
- id: Mth04_ContVar_Comp_Anova
  name: Analysis of variance group comparison for a continuous variable
  codeTemplate:
    context: R Version 4.2.3
    documentRef:
      referenceDocumentId: anova_R
  ...
...
analyses:
- id: An03_02_AgeGrp_Comp_ByTrt
  name: Comparison of Age Group by Treatment
  programmingCode:
    context: SAS Version 9.4
    documentRef:
      referenceDocumentId: PROGRAM_CATALOG_SAS
      pageRefs:
      - refType: NamedDestination
        label: Pearson chi-square macro definition
        pageNames:
        - PearsonDef
      - refType: NamedDestination
        label: Pearson macro call for age group
        pageNames:
        - PearsonCall-AgeGrp
   ...
...
outputs: 
- id: Out14-3-2-1
  name: Summary of TEAE by System Organ Class and Preferred Term
  programmingCode:
    context: SAS Version 9.4
    documentRef:
      referenceDocumentId: at14-5-01_sas
  ...
...

These programming code document references could be represented in tabular format as shown in the following table where:

  • The type of object for which the document reference is defined is indicated in the "object_type" column, which contains the name of the object's parent reporting event attribute.
  • Each instance of 1 of the specializations of the PageRef class is shown on a separate row. If there are no page references for a document reference, a single row is shown for the document reference.
  • Values of the idname, and referenceDocumentId attributes is are shown on all rows relating to a document referenced for an object.
  • Values from the pageNames attribute have been transposed to be shown on a single row, with column names derived from the attribute name with a numeric suffix indicating the value ordinal (e.g., "pageNames1" for the first value of the pageNames attribute).
Dataset2
object_typeidnamecontextreferenceDocumentIdrefTypelabelpageNames1
methodsMth04_ContVar_Comp_AnovaAnalysis of variance group comparison for a continuous variableR Version 4.2.3anova_R


analysesAn03_02_AgeGrp_Comp_ByTrtComparison of Age Group by TreatmentSAS Version 9.4PROGRAM_CATALOG_SASNamedDestinationPearson chi-square macro definitionPearsonDef
analysesAn03_02_AgeGrp_Comp_ByTrtComparison of Age Group by TreatmentSAS Version 9.4PROGRAM_CATALOG_SASNamedDestinationPearson macro call for age groupPearsonCall-AgeGrp
outputsOut14-3-2-1Summary of TEAE by System Organ Class and Preferred TermSAS Version 9.4at14-5-01_sas