Displaying 1 result from an estimated 1 matches for "findmodel".
Did you mean:
findmodels
2006 Dec 11
1
organizing stats from a list of models
Hi there,
I have a list of models (about 600 glm models) and I included the prefix "mod_" on their name. Now I would like retrieve the list from the R environment and save their AICs (and other info) on a table. I´m trying something like:
-------------------------
y<-runif(20,min=0,max=1)
x1<-runif(20,min=0,max=1)
x2<-runif(20,min=0,max=1)
mymod_1