>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 in this case, it shows the same. I want to ask are the results in this case >valid and publishable? I expect difference as well. You can try assigning two models to different objects such as Mnp1 and Mnp2, then try to extract interested statistics from them and compare the results. >Thanks -- View this message in context: http://r.789695.n4.nabble.com/Subset-of-summary-results-tp4633821p4633873.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.