plot_trace: Visualization of Covariates Traces

Description Usage Arguments Details Value Acknowledgments Note Author(s) References

Description

Function for plotting the cross-validated covariates traces of a sbh object. Plot the cross-validated modal trace curves of covariate importance and covariate usage of the pre-selected covariates specified by user at each iteration of the peeling sequence (inner loop of our PRSP or PRGSP algorithm).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
  plot_trace(object,
             main = NULL,
             xlab = "Box Mass", 
             ylab = "Covariate Range (centered)",
             toplot = object$cvfit$cv.used,
             center = TRUE, 
             scale = FALSE, 
             col.cov, 
             lty.cov, 
             lwd.cov, 
             col = 1, 
             lty = 1, 
             lwd = 0.5, 
             cex = 0.5, 
             add.caption = FALSE, 
             text.caption = NULL,
             device = NULL, 
             file = "Covariate Trace Plots", 
             path = getwd(), 
             horizontal = FALSE, 
             width = 8.5, 
             height = 8.5, ...)

Arguments

object

Object of class sbh as generated by the main function sbh.

main

Character vector. Main Title. Defaults to NULL.

xlab

Character vector. X-axis label. Defaults to "Box Mass".

NULL

ylab

Character vector. Y-axis label. Defaults to "Covariate Range (centered)".

toplot

Numeric vector. Which of the pre-selected covariates to plot (in reference to the original index of covariates). Defaults to covariates used for peeling.

center

Logical scalar. Shall the data be centered?. Defaults to TRUE.

scale

Logical scalar. Shall the data be scaled? Defaults to FALSE.

col.cov

Integer vector. Line color for the covariate importance curve of each selected covariate. Defaults to vector of colors of length the number of selected covariates. The vector is reused cyclically if it is shorter than the number of selected covariates.

lty.cov

Integer vector. Line type for the covariate importance curve of each selected covariate. Defaults to vector of 1's of length the number of selected covariates. The vector is reused cyclically if it is shorter than the number of selected covariates.

lwd.cov

Integer vector. Line width for the covariate importance curve of each selected covariate. Defaults to vector of 1's of length the number of selected covariates. The vector is reused cyclically if it is shorter than the number of selected covariates.

col

Integer scalar. Line color for the covariate trace curve. Defaults to 1.

lty

Integer scalar. Line type for the covariate trace curve. Defaults to 1.

lwd

Numeric scalar. Line width for the covariate trace curve. Defaults to 0.5.

cex

Numeric scalar. Symbol expansion used for titles, captions, and axis labels. Defaults to 0.5.

add.caption

Logical scalar. Should the caption be plotted?. Defaults to FALSE.

text.caption

Character vector of caption content. Defaults to NULL.

device

Graphic display device in {NULL, "PS", "PDF"}. Defaults to NULL (standard output screen). Currently implemented graphic display devices are "PS" (Postscript) or "PDF" (Portable Document Format).

file

File name for output graphic. Defaults to "Covariate Trace Plots".

path

Absolute path (without final (back)slash separator). Defaults to working directory path.

horizontal

Logical scalar. Orientation of the printed image. Defaults to FALSE, that is potrait orientation.

width

Numeric scalar. Width of the graphics region in inches. Defaults to 8.5.

height

Numeric scalar. Height of the graphics region in inches. Defaults to 8.5.

...

Generic arguments passed to other plotting functions.

Details

The trace plots limit the display of traces to those only covariates that are used for peeling. If centered, an horizontal black dotted line about 0 is added to the plot.

Due to the variability induced by cross-validation and replication, it is possible that more than one covariate be used for peeling at a given step. So, for simplicity of the trace plots, only the modal or majority vote trace value (over the folds and replications of the cross-validation) is plotted.

The top plot shows the overlay of covariate importance curves for each covariate. The bottom plot shows the overlay of covariate usage curves for each covariate. It is a dicretized view of covariate importance.

Both point to the magnitude and order with which covariates are used along the peeling sequence.

Value

Invisible. None. Displays the plot(s) on the specified device.

Acknowledgments

This work made use of the High Performance Computing Resource in the Core Facility for Advanced Research Computing at Case Western Reserve University. This project was partially funded by the National Institutes of Health NIH - National Cancer Institute (R01-CA160593) to J-E. Dazard and J.S. Rao.

Note

End-user plotting function.

Author(s)

Maintainer: "Jean-Eudes Dazard, Ph.D." jean-eudes.dazard@case.edu

References


PRIMsrc documentation built on May 2, 2019, 11:45 a.m.