| fit.grpsurv | R Documentation |
Wrappers for grouped survival models fitted with grpreg.
fit.grpsurv(response, x, cplx, group, ...)
complexity.cv.grpsurv(response, x, full.data, group, ...)
## S3 method for class 'grpsurv'
predictProb(object, response, x, times, complexity = NULL, ...)
## S3 method for class 'grpsurv'
PLL(object, newdata, newtime, newstatus, complexity = NULL, ...)
response |
survival response as a |
x |
covariate matrix. |
cplx |
selected |
group |
group membership vector for the columns of |
full.data |
full data frame, accepted for the |
object |
a fitted |
times |
evaluation times for survival probabilities. |
complexity |
selected |
newdata |
new covariate matrix. |
newtime |
vector of follow-up times. |
newstatus |
vector of event indicators. |
... |
additional arguments passed to |
The grouped backend exposes grouped lasso, grouped MCP, grouped SCAD, and related penalties through the native grpreg arguments passed in ....
Fitted grpsurv objects, scalar lambda values, survival-probability matrices, and numeric predictive partial log-likelihood values, respectively.
peperr, grpsurv, cv.grpreg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.