[R] binomial logistic regression question

2011-09-27 Thread majesty
Dear subscribers, I am looking for a function which would allow me to model the dependent variable as the number of successes in a series of Bernoulli trials. My data looks like this ID TRIALS SUCCESSESS INDEP1 INDEP2 INDEP3 1 00.273 0.055 0.156 2

Re: [R] Dataset in parts - how to join together?

2011-07-11 Thread majesty
Thanks a lot for both suggestions, I used region <- rbind(region1, region2..., region12), they were all already data frames. It worked well. -- View this message in context: http://r.789695.n4.nabble.com/Dataset-in-parts-how-to-join-together-tp3658088p3659138.html Sent from the R help mailing li

[R] Dataset in parts - how to join together?

2011-07-10 Thread majesty
Hello, I am new to R - could somebody suggest a function to investigate for the following: I have data of the form OA_CODE VALUE xyz 0.42 abd 0.10 but I have it in 12 separate files, each with output areas and value for one of 12 regions. I would like to combine the 12 files