Skip to content

Step and stepAIC

9 messages · Peter-Heinz Fox, Jun Shen, Dieter Menne

#
Peter-Heinz Fox <peterheinzfox <at> yahoo.de> writes:
dropTerm is the toolbox function stepAIC uses; you could use it to build 
your own stepAIC version.

But also make sure you have read

http://markmail.org/thread/gk7ysg6tclz4vtdi

and consider some lasso variant method instead (this partly 
answers your second question).

Dieter
#
Jun Shen <jun.shen.ut <at> gmail.com> writes:
It can, and it displays a nice error message telling you exactly why it
did not work if you try out of the box. Check parameter "method" in your
lme call. 

Dieter
#
Jun Shen <jun.shen.ut <at> gmail.com> writes:
It can do it, and it displays a nice error message, as I remember, why
it won't do it in the default setting. Check parameter method of your 
lme call.

Dieter
#
Jun Shen <jun.shen.ut <at> gmail.com> writes:
Show sessionInfo() (do you have the recent version?)

Show str(yourdataset)

Show lme(.... your formula)

Dieter
#
Jun Shen <jun.shen.ut <at> gmail.com> writes:
That's why the posting guide says: tell the whole story. After
that warning, expect everything. You want too much from your data.


Dieter