large number of models

Hello,
I have a large number of models that I am trying to test. After inputting all the formulas, I used the following code to execute the mark model analysis:
The sh.wrap call only returned a portion of the models. Is there a limit to the number of models that can be returned in a model table? How can I just return the say, 50 models with the lowest AIC?
Thanks so much,
Megan
I have a large number of models that I am trying to test. After inputting all the formulas, I used the following code to execute the mark model analysis:
- Code: Select all
sh.model.list=create.model.list("CJS")
sh.wrap=mark.wrapper(sh.model.list, data=sh.process, ddl=sh.ddl, adjust=T, se=T, invisible=F, realvcv=T, profile.int=T, chat=1.302)
sh.wrap
The sh.wrap call only returned a portion of the models. Is there a limit to the number of models that can be returned in a model table? How can I just return the say, 50 models with the lowest AIC?
Thanks so much,
Megan