getAuxRsq function

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

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

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

getAuxRsq(auxRegs)

Arguments

  • auxRegs: a list of fitted regression objects

Returns

a numeric vector of the same length as auxRegs.

Author(s)

Paul E. Johnson pauljohn@ku.edu

  • Maintainer: Paul E. Johnson
  • License: GPL (>= 3.0)
  • Last published: 2022-08-06

Useful links