Skip to content
Prev 349506 / 398498 Next

A problem someone should know about

On 30/03/15 11:52, Ian Lester wrote:
Please make your examples *reproducible* as the posting guide requests.

I *presume* that your data are the "fat" data from the "UsingR" package,
which you did not mention.

After installing and loading "UsingR" I did

 > logfat.lm <- lm(body.fat~log(BMI),data=fat)
 > plot(logfat.lm)

and got a sequence of plots, with no error thrown. It would appear that 
whatever is causing the error that you saw is peculiar to your system.

cheers,

Rolf Turner