print.std_surv {stdReg2} | R Documentation |
Prints summary of regression standardization fit
Description
Prints summary of regression standardization fit
Usage
## S3 method for class 'std_surv'
print(x, ...)
## S3 method for class 'std_glm'
print(x, ...)
## S3 method for class 'std_custom'
print(x, ...)
Arguments
x |
an object of class |
... |
unused |
Value
The object being printed, invisibly.
[Package stdReg2 version 1.0.3 Index]