Generates a report for a given prediction model design
createPredictionReport(
connectionHandler,
schema,
plpTablePrefix,
databaseTablePrefix = plpTablePrefix,
cgTablePrefix = plpTablePrefix,
modelDesignId,
output,
intermediatesDir = file.path(tempdir(), "plp-prot"),
outputFormat = "html_document"
)An named R list with the elements 'standard' and 'source'
The connection handler to the results database
The result database schema
The prediction table prefix
The database table name e.g., database_meta_data
The cohort generator table prefix
The model design ID of interest
The folder name where main.html will be save to
The work directory for rmarkdown
the type of outcome html_document or html_fragment
Specify the connection handler to the result database, the schema name and the modelDesignId of interest to generate a html report summarizing the performance of models developed across databases.
Other Reporting:
generateFullReport(),
generatePresentation(),
generatePresentationMultiple(),
generateSummaryPredictionReport()