Skip to main content
Skip table of contents

getGroupComparisonSettings

Set settings related to the comparison of endpoints across groups.

Usage

R
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.

Examples

R
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
#> 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.