LoglikPen: Compute the penalized log partial likelihood for a Cox PH...

Description Usage Arguments Value References See Also

View source: R/PenLoglik.R

Description

Compute the penalized log partial likelihood for a Cox PH model with MIC penalty

Usage

1
LoglikPen(beta, time, status, X, lambda, a)

Arguments

beta

A p-dimensional vector containing the regression ceofficients in the CoxPH model.

time

The observed survival time.

status

The status indicator: 1 for event and 0 for censoring.

X

An n by p design matrix.

lambda

The penalty parameter euqals either 2 in AIC or ln(n0) in BIC (by default), where n0 is the number of uncensored survival times observed in the data. You can also specify it to a specific value of your own choice.

a

The scale parameter in the hyperbolic tangent function of the MIC penalty. By default, a = n0, i.e., the number of uncensored survival times observed in the data.

Value

The value of the penalized log partial likelihood function evaluated at beta.

References

See Also

coxph


coxphMIC documentation built on May 1, 2019, 8:20 p.m.