R/residuals.survreg.penal.R

Defines functions residuals.survreg.penal

Documented in residuals.survreg.penal

# This routine just stops disastrous arithmetic for models with sparse
# terms.  A placeholder until the proper sparse terms actions are inserted.
residuals.survreg.penal <- function(object, ...) {
    pterms <- object$pterms
    if (any(pterms==2))
	    stop("Residualss not available for sparse models")
    NextMethod('residuals')
    }
therneau/survival documentation built on April 16, 2024, 2:28 a.m.