getGroupComparisonSettings
[Simulx] Get group comparison settings
Set settings related to the comparison of endpoints across groups.
Usage
getGroupComparisonSettings()
Details
Endpoints summarize the outcome values over all individuals, for each simulation group and each replicate. Endpoints are defined with defineEndpoint and can be compared across groups as in Simulx GUI
.
getGroupComparisonSettings enables to check if endpoints will be compared across simulation groups and which group will be used as a reference. Group comparison is performed during the Endpoints task.
See also
Examples
initializeLixoftConnectors("simulx")
project_name <- file.path(getDemoPath(), "6.outcome_endpoints", "6.2.group_comparison", "groupComp_PDTTE_medianSurvival.smlx")
loadProject(project_name)
getGroupComparisonSettings()
#> $referenceGroup
#> [1] "Treatment1"
#>
#> $enable
#> [1] TRUE
#>