search for: bestglmtest

Displaying 1 result from an estimated 1 matches for "bestglmtest".

2011 Oct 24
1
bestglm function and output in R
Hi all, I have been trying to run a bestglm in R for a while now and am struggling to get it to run. When I thought I had succeeded, the "output" it gave me was "NULL" and that's it. Below is my code: bestglmtest<-read.table("C:\\Documents and Settings\\clyons\\Desktop\\bestglmtest.txt",header=T,row.names=1) > names(bestglmtest) [1] "acc" "age" "sex" "ctmin" > library(bestglm) > output<-bestglm(bestglmtest,IC="AIC",family=gauss...