Class: OrderedGroupingFactor

A reference to a defined factor by which subjects or data records are grouped for the analysis, ordered with respect to other grouping factors.

URI: ars:OrderedGroupingFactor

 classDiagram
    class OrderedGroupingFactor
      OrderedGroupingFactor : groupingId
        OrderedGroupingFactor --|> GroupingFactor : groupingId
        OrderedGroupingFactor : order
        OrderedGroupingFactor : resultsByGroup
        

Slots

Name Cardinality* and Range Description Inheritance
order 1..1
Integer
The ordinal of the instance with respect to other instances direct
groupingId 1..1
GroupingFactor
The identifier of the referenced subject or data grouping factor direct
resultsByGroup 1..1
Boolean
Indicates whether a result is expected for each group in the grouping direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
Analysis orderedGroupings range OrderedGroupingFactor

Identifier and Mapping Information

Schema Source

  • from schema: https://www.cdisc.org/ars/1-0

Mappings

Mapping Type Mapped Value
self ars:OrderedGroupingFactor
native ars:OrderedGroupingFactor

LinkML Source

Direct

name: OrderedGroupingFactor
description: A reference to a defined factor by which subjects or data records are
  grouped for the analysis, ordered with respect to other grouping factors.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- order
- groupingId
- resultsByGroup

Induced

name: OrderedGroupingFactor
description: A reference to a defined factor by which subjects or data records are
  grouped for the analysis, ordered with respect to other grouping factors.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
attributes:
  order:
    name: order
    description: The ordinal of the instance with respect to other instances.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: order
    owner: OrderedGroupingFactor
    domain_of:
    - LevelOrder
    - Operation
    - OrderedGroupingFactor
    - OrderedDisplay
    - OrderedDisplaySubSection
    range: integer
    required: true
  groupingId:
    name: groupingId
    description: The identifier of the referenced subject or data grouping factor.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: groupingId
    owner: OrderedGroupingFactor
    domain_of:
    - OrderedGroupingFactor
    - ResultGroup
    range: GroupingFactor
    required: true
    inlined: false
  resultsByGroup:
    name: resultsByGroup
    description: Indicates whether a result is expected for each group in the grouping.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: resultsByGroup
    owner: OrderedGroupingFactor
    domain_of:
    - OrderedGroupingFactor
    range: boolean
    required: true