Learn R Programming

pcoxtime (version 1.0.4)

coefvimp.pcoxtime: Coefficient variable importance

Description

Coefficient variable importance

Usage

coefvimp.pcoxtime(object, relative = TRUE, ...)

Arguments

object

fitted pcoxtime.

relative

logical. If TRUE the scores are divided by the absolute sum of the coefficients.

...

for future implementation.

Value

a named vector of variable scores (estimate = "mean") or a data frame (estimate = "quantile").

Details

Absolute value of the coefficients (parameters) corresponding the tuned pcoxtime object.