Description
Functions that help with analysis of prognostic study data. This allows users with little experience of developing models to develop models and assess the performance of the prognostic models. This also summarises the information, so the performance of multiple models can be displayed simultaneously. This minor update fixes issues related to memory requirements with large number of simulations and deals with situations when there is overfitting of data. Gurusamy, K (2026)<https://github.com/kurinchi2k/EQUALPrognosis>.
Downloads
174
Last 30 days
18858th
174
Last 90 days
174
Last year
CRAN Check Status
3
ERROR
11
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | ERROR |
| r-oldrel-macos-x86_64 | ERROR |
| r-oldrel-windows-x86_64 | ERROR |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (14 non-OK)
OK
r-devel-linux-x86_64-debian-clang
*
OK
r-devel-linux-x86_64-debian-gcc
*
OK
r-devel-linux-x86_64-fedora-clang
*
OK
r-devel-linux-x86_64-fedora-gcc
*
OK
r-devel-macos-arm64
*
OK
r-devel-windows-x86_64
*
ERROR
r-oldrel-macos-arm64
examples
Running examples in ‘EQUALPrognosis-Ex.R’ failed The error most likely occurred in: > ### Name: create_generic_input_parameters > ### Title: Create generic input parameters > ### Aliases: create_generic_input_parameters > > ### ** Examples > > # Correct parameters #### > # Binary outcome > # verbose is TRUE, therefore, the outcome message will be displayed > results <- create_generic_input_parameters( + general_title = "Prediction of penguin species", simulations = 2000, + simulations_per_file = 20, seed = 1, df = penguins, outcome_name = "species", + outcome_type = "binary", outcome_time = NA, outcome_count = FALSE, verbose = TRUE) Error: object 'penguins' not found Execution halted
ERROR
r-oldrel-macos-x86_64
examples
Running examples in ‘EQUALPrognosis-Ex.R’ failed The error most likely occurred in: > ### Name: create_generic_input_parameters > ### Title: Create generic input parameters > ### Aliases: create_generic_input_parameters > > ### ** Examples > > # Correct parameters #### > # Binary outcome > # verbose is TRUE, therefore, the outcome message will be displayed > results <- create_generic_input_parameters( + general_title = "Prediction of penguin species", simulations = 2000, + simulations_per_file = 20, seed = 1, df = penguins, outcome_name = "species", + outcome_type = "binary", outcome_time = NA, outcome_count = FALSE, verbose = TRUE) Error: object 'penguins' not found Execution halted
ERROR
r-oldrel-windows-x86_64
examples
Running examples in 'EQUALPrognosis-Ex.R' failed The error most likely occurred in: > ### Name: create_generic_input_parameters > ### Title: Create generic input parameters > ### Aliases: create_generic_input_parameters > > ### ** Examples > > # Correct parameters #### > # Binary outcome > # verbose is TRUE, therefore, the outcome message will be displayed > results <- create_generic_input_parameters( + general_title = "Prediction of penguin species", simulations = 2000, + simulations_per_file = 20, seed = 1, df = penguins, outcome_name = "species", + outcome_type = "binary", outcome_time = NA, outcome_count = FALSE, verbose = TRUE) Error: object 'penguins' not found Execution halted
OK
r-patched-linux-x86_64
*
OK
r-release-linux-x86_64
*
OK
r-release-macos-arm64
*
OK
r-release-macos-x86_64
*
OK
r-release-windows-x86_64
*
Check History
ERROR 11 OK · 0 NOTE · 0 WARNING · 3 ERROR · 0 FAILURE Mar 9, 2026
ERROR
r-oldrel-macos-arm64
examples
Running examples in ‘EQUALPrognosis-Ex.R’ failed The error most likely occurred in: > ### Name: create_generic_input_parameters > ### Title: Create generic input parameters > ### Aliases: create_generic_input_parameters > > ### ** Examples > > # Correct parameters #### > # Binary outcome > # verbose is TRUE, therefore, the outcome message will be displayed > results <- create_generic_input_parameters( + general_title = "Prediction of penguin species", simulations = 2000, + simulations_per_fil
ERROR
r-oldrel-macos-x86_64
examples
Running examples in ‘EQUALPrognosis-Ex.R’ failed The error most likely occurred in: > ### Name: create_generic_input_parameters > ### Title: Create generic input parameters > ### Aliases: create_generic_input_parameters > > ### ** Examples > > # Correct parameters #### > # Binary outcome > # verbose is TRUE, therefore, the outcome message will be displayed > results <- create_generic_input_parameters( + general_title = "Prediction of penguin species", simulations = 2000, + simulations_per_fil
ERROR
r-oldrel-windows-x86_64
examples
Running examples in 'EQUALPrognosis-Ex.R' failed The error most likely occurred in: > ### Name: create_generic_input_parameters > ### Title: Create generic input parameters > ### Aliases: create_generic_input_parameters > > ### ** Examples > > # Correct parameters #### > # Binary outcome > # verbose is TRUE, therefore, the outcome message will be displayed > results <- create_generic_input_parameters( + general_title = "Prediction of penguin species", simulations = 2000, + simulations_per_fil
Dependency Network
Version History
new
0.1.2
Mar 10, 2026