Learn R Programming

eha (version 2.5.1)

summary.coxreg: Prints coxreg objects

Description

This is the same as print.coxreg

Usage

# S3 method for coxreg
summary(object, ...)

Arguments

object

A coxreg object

Additional ...

See Also

print.coxreg

Examples

Run this code
# NOT RUN {
## The function is currently defined as
function (object, ...) 
print(object)

# }

Run the code above in your browser using DataLab