On 2012-05-20 16:22, ejulia17 wrote:
Dear Brian,
I found this in the archives and was going to follow your advice, but can't
get the source code of the function extractAIC you suggest modifying.
Getting the full source code of stepAIC straight from the R session (by
typing
the function name) was immediate. Do I need to go down another route to get
to the source of extractAIC?
With thanks for any help you may offer,
Julia
You probably want extractAIC.lm (see what methods are available
with methods(extractAIC)). Get the code with
stats:::extractAIC.lm
Peter Ehlers
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.