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"),
save = T
)
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
If false the output of the function of the function is the document rather than creating the document in outputLocation
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.