Learn R Programming

rockchalk (version 1.8.157)

getAuxRsq: retrieves estimates of the coefficient of determination from a list of regressions

Description

Asks each regression model in a list for a summary and then reports the R-squares.

Usage

getAuxRsq(auxRegs)

Value

a numeric vector of the same length as auxRegs.

Arguments

auxRegs

a list of fitted regression objects

Author

Paul E. Johnson pauljohn@ku.edu