[R] AIC for lognormal model

2006-08-05 Thread Andreas Beyerlein
Dear all, I want to compare some different models for a dataset by QQ plots and AIC. I get the following AICs: - linear model: 19759.66 - GAMLSS model: 18702.7 - linear model with lognormal response: -7862.182 The QQ plots show that the lognormal model fits better than the linear model, but

[R] termplot and ylim

2006-07-15 Thread Andreas Beyerlein
Hi together, I always get an error message with using ylim in termplot(), like this: x-(1:10) y-(10:1) l-lm(y~x) termplot(l,ylim=c(1,2)) Is this a bug, or is there another possibility to do that? Especially, I would like to use term.plot() for gamlss objects. Thanks for your help! Andreas