Learn R Programming

PatientLevelPrediction (version 3.0.0)

packageResults: Package the results for sharing with OHDSI researchers

Description

Package the results for sharing with OHDSI researchers

Usage

packageResults(mainFolder, includeROCplot = T, includeCalibrationPlot = T,
  includePRPlot = T, includeTable1 = T, includeThresholdSummary = T,
  includeDemographicSummary = T, includeCalibrationSummary = T,
  includePredictionDistribution = T, includeCovariateSummary = T,
  removeLessThanN = T, N = 5)

Arguments

mainFolder

The location of the folder with the standard output

includeROCplot

Whether to include ROC plot

includeCalibrationPlot

Whether to include calibration plot

includePRPlot

Whether to include precision recall plot

includeTable1

Whether to include table1

includeThresholdSummary

Whether to include thresholdSummary evaluation

includeDemographicSummary

Whether to include demographicSummary evaluation

includeCalibrationSummary

Whether to include calibrationSummary evaluation

includePredictionDistribution

Whether to include predictionDistribution evaluation

includeCovariateSummary

Whether to include covariateSummary evaluation

removeLessThanN

Whether to remove any entry with less than N people

N

If removeLessThanN is TRUE the value for N

Details

This function packages the results.