Transports a plpResult to a new location and removed sensitive data
transportPlp(
plpResult,
modelName = NULL,
dataName = NULL,
outputFolder,
n = NULL,
includeEvaluationStatistics = T,
includeThresholdSummary = T,
includeDemographicSummary = T,
includeCalibrationSummary = T,
includePredictionDistribution = T,
includeCovariateSummary = T,
save = T,
reduceSize = F
)
An object returned by running runPlp
.
A string of the name of the model
A string of the name of the data
The folder on the file system where the CSV files will be created. If the folder does not yet exist it will be created.
The minimum number of people required for each result summary to be included
Whether to include the evaluationStatistics
Whether to include the thresholdSummary
Whether to include the demographicSummary
Whether to include the calibrationSummary
Whether to include the predictionDistribution
Whether to include the covariateSummary
Whether to save the result or just return the transportable object
Remove parts of runPlp object that are not needed but take up space
This function is used to
# NOT RUN {
transportPlp(plpResult, "s:/temp/exportTest", n=10)
# }
Run the code above in your browser using DataLab