> 2) question: alwasy on BIC, from stepAIC() function help page I found a > "k=log(n)" argument to add. Since that produce an error, is there a way to > found the "n" dinamically?
stepAIC(mydata.logistic, trace = F, k=log(nrow(mydata))) -- Daniele Medri ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
