Generates a summary report for a given targets and outcomes
generateSummaryPredictionReport(
connectionHandler,
schema,
targetIds = NULL,
outcomeIds = NULL,
plpTablePrefix = "plp_",
databaseTablePrefix = "",
cgTablePrefix = "cg_",
outputFolder,
outputFileName = "plp-summary.html",
intermediatesDir = file.path(tempdir(), "plp-prot"),
overwrite = FALSE
)A html file is created with the summary report
The connection handler to the results database
The result database schema
The target cohort IDs of interest
The outcome cohort IDs of interest
The prediction table prefix
The database table name e.g., database_meta_data
The cohort generator table prefix
The folder name where file will be save to
The file name of the saved report
The work directory for rmarkdown
whether to overwrite any existing file at the outputFolder/outputFileName
Specify the connection handler to the result database, the schema name and the cohortId of interest to generate a html report summarizing the performance of prediction models in the database.
Other Reporting:
createPredictionReport(),
generateFullReport(),
generatePresentation(),
generatePresentationMultiple()