Replies: 5 comments
-
This is a good point that will need to be addressed. I think the issue is that the model currently defines too close a link between defined analysis set and one if its representations (i.e., as a dataset variable flag). Really, there is only one defined set of subjects, but the corresponding variable flag might be represented in multiple datasets for convenience. We do not expect to create multiple duplicate population definitions, so the model should accommodate the use of the same population flag in multiple datasets (e.g. either by allowing multiple dataset variable references, by referencing a variable definition that's independent of a dataset - similar to ItemDef instead of ItemRef in Define-XML - or in some other way). |
Beta Was this translation helpful? Give feedback.
-
After thinking about this a bit more, I don't think it's appropriate to reference any other dataset apart from the subject-level dataset (e.g., ADSL) in the definition of the analysis set. An analysis set is a defined set of subjects so the "where clause" included in the analysis set definition is there to allow identification of a set of subjects. Although the population flag variables may be copied from ADSL into other analysis datasets, these variables are not performing the same role in subject-level vs analysis datasets:
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure I agree with the above statement, especially if we intend to use the model for automation purposes. It might cause issues if the variable representing the population to select in an AnalysisSet ID is not available in the analysis dataset of interest. I have the same concern when it comes to AnalysisGroup ID where I think the Dataset attribute should rather be at DisplayID level. I attached a file where I have included examples of new attributes in "Display" sheet highlighted in yellow. I excluded (highlighted in red) Dataset attribute in both AnalysisSet and AnalysisGroup sheets. ARM_Technical_Specs_DM_AE_VS_Examples_DRAFT_20220617_PDO.xlsx |
Beta Was this translation helpful? Give feedback.
-
Move to Discussions, as this one does not require a change in the model. |
Beta Was this translation helpful? Give feedback.
-
@dostiep @bhavinbusa @ASL-rmarshall I converted issue #35 into Discussion #141 |
Beta Was this translation helpful? Give feedback.
-
If I get it right, the goal of creating analysisSets elements is to reprensents all possible population set that can exist for a given set of outputs. I then wonder why we would need the "dataset" item in the "condition" element as it would mean creating as many analysisSets elements as there are analysis datasets times population flags.
Beta Was this translation helpful? Give feedback.
All reactions