Class: GroupingFactor
A factor used to subdivide either the subject population or data records in an analysis dataset for analysis.
URI: ars:GroupingFactor
classDiagram
class GroupingFactor
NamedObject <|-- GroupingFactor
GroupingFactor : id
GroupingFactor : groupingDataset
GroupingFactor : groupingVariable
GroupingFactor : dataDriven
GroupingFactor : groups
GroupingFactor --|> Group : groups
GroupingFactor : name
GroupingFactor : description
GroupingFactor : label
Inheritance
- NamedObject
- GroupingFactor
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 String |
The assigned identifying value for the instance of the class | direct |
groupingDataset | 0..1 String |
For groupings based on a single variable, a reference to the dataset containi... | direct |
groupingVariable | 0..1 String |
For groupings based on a single variable, a reference to the dataset variable... | direct |
dataDriven | 1..1 Boolean |
Indicates whether the groups defined by the grouping are prespecified (false)... | direct |
groups | 0..* Group |
The pre-specified groups within the grouping | direct |
name | 1..1 String |
The name for the instance of the class | NamedObject |
description | 0..1 String |
A textual description of the instance of the class | NamedObject |
label | 0..1 String |
A short informative description that may be used for display | NamedObject |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
ReportingEvent | analysisGroupings | range | GroupingFactor |
OrderedGroupingFactor | groupingId | range | GroupingFactor |
ResultGroup | groupingId | range | GroupingFactor |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:GroupingFactor |
native | ars:GroupingFactor |
LinkML Source
Direct
name: GroupingFactor
description: A factor used to subdivide either the subject population or data records
in an analysis dataset for analysis.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
slots:
- id
- groupingDataset
- groupingVariable
- dataDriven
- groups
Induced
name: GroupingFactor
description: A factor used to subdivide either the subject population or data records
in an analysis dataset for analysis.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
attributes:
id:
name: id
description: The assigned identifying value for the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
identifier: true
alias: id
owner: GroupingFactor
domain_of:
- ReportingEvent
- ReferenceDocument
- TerminologyExtension
- SponsorTerm
- AnalysisOutputCategorization
- AnalysisOutputCategory
- AnalysisSet
- DataSubset
- GroupingFactor
- Group
- AnalysisMethod
- Operation
- ReferencedOperationRelationship
- Analysis
- DisplaySubSection
- Output
- OutputDisplay
range: string
required: true
groupingDataset:
name: groupingDataset
description: For groupings based on a single variable, a reference to the dataset
containing the variable upon which grouping is based.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: groupingDataset
owner: GroupingFactor
domain_of:
- GroupingFactor
range: string
groupingVariable:
name: groupingVariable
description: For groupings based on a single variable, a reference to the dataset
variable upon which grouping is based.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: groupingVariable
owner: GroupingFactor
domain_of:
- GroupingFactor
range: string
dataDriven:
name: dataDriven
description: Indicates whether the groups defined by the grouping are prespecified
(false) or obtained from distinct data values of the groupingVariable (true).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: dataDriven
owner: GroupingFactor
domain_of:
- GroupingFactor
range: boolean
required: true
groups:
name: groups
description: The pre-specified groups within the grouping.
examples:
- value: '''Male'' and ''Female'' might be groups within a sex grouping.'
- value: '''Treatment A'', ''Treatment B'', ''Placebo'' might be groups within
a treatment grouping.'
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
multivalued: true
list_elements_ordered: true
alias: groups
owner: GroupingFactor
domain_of:
- GroupingFactor
range: Group
inlined: true
inlined_as_list: true
name:
name: name
description: The name for the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: name
owner: GroupingFactor
domain_of:
- NamedObject
range: string
required: true
description:
name: description
description: A textual description of the instance of the class.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: description
owner: GroupingFactor
domain_of:
- NamedObject
- SponsorTerm
- ReferencedOperationRelationship
range: string
label:
name: label
description: A short informative description that may be used for display.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: label
owner: GroupingFactor
domain_of:
- NamedObject
- AnalysisOutputCategorization
- AnalysisOutputCategory
- PageRef
range: string