Learn R Programming

bestglm (version 0.37.3)

summary.pcreg: Summary Method for Pcreg.

Description

The summary is based on the summary method for S3 class 'lm'.

Usage

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

Arguments

object

object output

additional parameters

Value

residuals

Details

Method function for pcreg.

See Also

pcreg, fitted, plot

Examples

Run this code
# NOT RUN {
resid(pcreg(mcdonald, scale=TRUE))
# }

Run the code above in your browser using DataLab