Re: [R] Subset of summary results

2012-06-19 Thread Özgür Asar
>yes, it gives me the required summary statistics with the following command >summary(Mnp)$coef.table[c(1:3,5,6,8,9,11,12,14,15,17,18),] >Normally if we compare the two summary results before and after skipping some variables, we note bit change in >the estimates of the rest of the variables. But

Re: [R] Subset of summary results

2012-06-19 Thread Özgür Asar
What about summary(model)$coefficients[,1] ? ozgur -- View this message in context: http://r.789695.n4.nabble.com/Subset-of-summary-results-tp4633821p4633832.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailin

Re: [R] Subset of summary results

2012-06-19 Thread Özgür Asar
Did you try summary(model)$coefficients summary(model)$covariances names(model) would help you as well. ozgur -- View this message in context: http://r.789695.n4.nabble.com/Subset-of-summary-results-tp4633821p4633822.html Sent from the R help mailing list archive at Nabble.com. _