summarize_one: Plot ML Results and Summary

Description Usage Arguments

View source: R/summarize_one.R

Description

Plot ML Results and Summary

Usage

1
2
3
4
5
6
7
summarize_one(
  file_name,
  figure_title,
  sum_prefix,
  outDir = "",
  include_pdp = FALSE
)

Arguments

figure_title

The name you would like for the generated figures.

sum_prefix

Label of output file name. Make sure this is the same label as specified in predict_one().

include_pdp

Set to TRUE if you would like to generate partial dependence plots. WARNING: Setting this option to TRUE will significantly increase run time.

data_folder

The folder where the results from the rNCV are contained.

ourDir

If you would like to save the output files into somewhere other than the working directory, specify that here. Make sure the folder name ends with '/'.


kforthman/caretStack documentation built on June 21, 2021, 8:38 a.m.