plot.l0ara {l0ara} | R Documentation |
plot for an "l0ara" object
Description
Two plots are availiable: a plot of fitted value against linear predictor; roc
(auc
) curve for family="logit"
.
Usage
## S3 method for class 'l0ara'
plot(x, auc = FALSE, split = FALSE, col = 4, ...)
Arguments
x |
Fitted "l0ara" object. |
auc |
logical; if |
split |
logical; if if |
col |
color of the dots. |
... |
Not used argument. |
Author(s)
Wenchuan Guo <wguo007@ucr.edu>, Shujie Ma <shujie.ma@ucr.edu>, Zhenqiu Liu <Zhenqiu.Liu@cshs.org>
See Also
predict
, coef
methods and l0ara
function.
[Package l0ara version 0.1.6 Index]