summary.pcreg {bestglm} | R Documentation |
Summary Method for Pcreg.
Description
The summary is based on the summary method for S3 class 'lm'.
Usage
## S3 method for class 'pcreg'
summary(object, ...)
Arguments
object |
|
... |
additional parameters |
Details
Method function for pcreg.
Value
residuals
Note
The standard errors and p-values are wrong due to selection bias.
Author(s)
A. I. McLeod
See Also
Examples
resid(pcreg(mcdonald, scale=TRUE))
[Package bestglm version 0.37.3 Index]