print.survcat {Surrogate}R Documentation

Prints all the elements of an object fitted with the 'survcat()' function.

Description

Prints all the elements of an object fitted with the 'survcat()' function.

Usage

## S3 method for class 'survcat'
print(x, ...)

Arguments

x

An object of class 'survcat' fitted with the 'survcat()' function.

...

...

Value

The surrogacy measures with their 95% confidence intervals and the estimated treament effect on the surrogate and true endpoint.

Examples

## Not run: 
data("colorectal4")
fit <- survcat(data = colorectal4, true = truend, trueind = trueind, surrog = surrogend,
               trt = treatn, center = center, trial = trialend, patientid = patid)
print(fit)

## End(Not run)

[Package Surrogate version 3.2.5 Index]