Re: [R] calculating drop1 R^2s

2009-04-02 Thread John Fox
ichael Friendly > Sent: April-02-09 5:39 PM > To: R-Help > Subject: [R] calculating drop1 R^2s > > This is probably simple, but I just can't see it... > > I want to calculate the R^2s for a series of linear models where each > term is dropped in turn. I can get th

[R] calculating drop1 R^2s

2009-04-02 Thread Michael Friendly
This is probably simple, but I just can't see it... I want to calculate the R^2s for a series of linear models where each term is dropped in turn. I can get the RSS from drop1(), and the r.squared from summary() for a given model, but don't know how to use the result of drop1() to get the r.s