Creates a word document report of the prediction
createPlpReport(plpResult = NULL, plpValidation = NULL, plpData = NULL,
targetName = "", outcomeName = "",
targetDefinition = NULL, outcomeDefinition = NULL,
outputLocation = file.path(getwd(), "plp_report.docx"))
An object of type plpResult
returned by running runPlp()
An object of type validatePlp
returned by running externalValidatePlp()
The plpData
A string with the target description name
A string with the outcome description name
The cohort details
The cohort details
The location to write the document to
A work document containing the selected outputs within the user's directory at location specified in outputLocation
The function creates a word document containing the analysis details, data summary and prediction model results.