Skip to content
Prev 175940 / 398506 Next

calculating drop1 R^2s

Dear Michael,

How about the following?

y <- model.response(model.frame(base.mod))
TSS <- sum((y - mean(y))^2)
1 - drop.mod$RSS/TSS

I hope this helps,
 John
On
dropped.
http://www.R-project.org/posting-guide.html