TABLE OF CONTENTS


S3Methods/splinesurv [ Functions ]

NAME

    splinesurv --- method dispatch for splinesurv

FUNCTION

This is the main user-callable function that handles method dispatch to splinesurv.agdata, splinesurv.formula and splinesurv.data.frame. See the package documentation for usage instructions.

SYNOPSIS

3443 splinesurv <- function(x, ...)

SOURCE

3446 {
3447     UseMethod("splinesurv")
3448 }