coefvimp.pcoxtime: Coefficient variable importance

View source: R/posthocfuns.R

coefvimp.pcoxtimeR Documentation

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.

Details

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

Value

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


pcoxtime documentation built on May 13, 2022, 1:05 a.m.