getAuxRsq {rockchalk} | R Documentation |
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)
Arguments
auxRegs |
a list of fitted regression objects |
Value
a numeric vector of the same length as auxRegs.
Author(s)
Paul E. Johnson pauljohn@ku.edu
[Package rockchalk version 1.8.157 Index]