Description Usage Arguments Details Value Acknowledgments Note Author(s) References
Function for plotting the cross-validated model selection/tuning profiles of a sbh
object.
It uses the user's choice of cross-validation criterion statistics among the Log Hazard Ratio (LHR),
Log-Rank Test (LRT) or Concordance Error Rate (CER). The function plots (as it applies) both profiles
of cross-validation criterion as a function of variables screening size (cardinal subset of top-screened
variables in the PRSP variable screening procedure), and peeling length (number of peeling steps
of the peeling sequence in the inner loop of the PRSP or PRGSP algorithm).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | plot_profile(object,
main = NULL,
xlim = NULL,
ylim = NULL,
add.sd = TRUE,
add.profiles = TRUE,
add.caption = TRUE,
text.caption = c("Mean","Std. Error"),
pch = 20,
col = 1,
lty = 1,
lwd = 0.5,
cex = 0.5,
device = NULL,
file = "Profile Plots",
path = getwd(),
horizontal = FALSE,
width = 8.5,
height = 5.0, ...)
|
object |
Object of class |
main |
|
xlim |
|
ylim |
|
add.sd |
|
add.profiles |
|
add.caption |
|
text.caption |
|
pch |
|
col |
|
lty |
|
lwd |
|
cex |
|
device |
Graphic display device in { |
file |
File name for output graphic. Defaults to "Profile Plot". |
path |
Absolute path (without final (back)slash separator). Defaults to working directory path. |
horizontal |
|
width |
|
height |
|
... |
Generic arguments passed to other plotting functions. |
Model tuning is done by applying the cross-validation criterion defined by the user's choice of specific statistic. The goal is to find the optimal value of model parameters by maximization of LHR or LRT, or minimization of CER. The parameters to optimize are (i) the cardinal of top-ranked variables subsets (if the "prsp" variable screening is chosen), and (ii) the number of peeling steps of the peeling sequence (inner loop of our PRSP algorithm) in any case of variable screening method.
Currently, this is done internally for visualization purposes, but it will ultimately offer the option to be done interactively with the end-user as well for parameter choosing/model selection.
Invisible. None. Displays the plot(s) on the specified device
.
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.
End-user plotting function.
"Jean-Eudes Dazard, Ph.D." jean-eudes.dazard@case.edu
"Michael Choe, M.D." mjc206@case.edu
"Michael LeBlanc, Ph.D." mleblanc@fhcrc.org
"Alberto Santana, MBA." ahs4@case.edu
"J. Sunil Rao, Ph.D." Rao@biostat.med.miami.edu
Maintainer: "Jean-Eudes Dazard, Ph.D." jean-eudes.dazard@case.edu
Dazard J-E. and Rao J.S. (2018). "Variable Selection Strategies for High-Dimensional Survival Bump Hunting using Recursive Peeling Methods." (in prep).
Rao J.S., Huilin Y. and Dazard J-E. (2018). "Disparity Subtyping: Bringing Precision Medicine Closer to Disparity Science." (in prep).
Diaz-Pachon D.A., Saenz J.P., Dazard J-E. and Rao J.S. (2018). "Mode Hunting through Active Information." (in press).
Diaz-Pachon D.A., Dazard J-E. and Rao J.S. (2017). "Unsupervised Bump Hunting Using Principal Components." In: Ahmed SE, editor. Big and Complex Data Analysis: Methodologies and Applications. Contributions to Statistics, vol. Edited Refereed Volume. Springer International Publishing, Cham Switzerland, p. 325-345.
Yi C. and Huang J. (2017). "Semismooth Newton Coordinate Descent Algorithm for Elastic-Net Penalized Huber Loss Regression and Quantile Regression." J. Comp Graph. Statistics, 26(3):547-557.
Dazard J-E., Choe M., LeBlanc M. and Rao J.S. (2016). "Cross-validation and Peeling Strategies for Survival Bump Hunting using Recursive Peeling Methods." Statistical Analysis and Data Mining, 9(1):12-42.
Dazard J-E., Choe M., LeBlanc M. and Rao J.S. (2015). "R package PRIMsrc: Bump Hunting by Patient Rule Induction Method for Survival, Regression and Classification." In JSM Proceedings, Statistical Programmers and Analysts Section. Seattle, WA, USA. American Statistical Association IMS - JSM, p. 650-664.
Dazard J-E., Choe M., LeBlanc M. and Rao J.S. (2014). "Cross-Validation of Survival Bump Hunting by Recursive Peeling Methods." In JSM Proceedings, Survival Methods for Risk Estimation/Prediction Section. Boston, MA, USA. American Statistical Association IMS - JSM, p. 3366-3380.
Dazard J-E. and J.S. Rao (2010). "Local Sparse Bump Hunting." J. Comp Graph. Statistics, 19(4):900-92.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.