Summarise the analysis configuration
setup_configure_table.RdCreate a table summarising how the analysis has been configured
Arguments
- configured_data
list. Input dataset created by
setup_configure()orsetup_exclude()
Examples
configured_data_path <- system.file("extdata", "configured_data.Rds", package = "metainsight")
configured_data <- readRDS(configured_data_path)
setup_configure_table(configured_data)
#> value
#> Outcome type: Continuous
#> Outcome measure: Mean Difference
#> Model effects type: Random
#> Reference treatment: The_great
#> For treatment rankings, values lower than the mean are: Desirable
#> Seed value: 123