>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
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
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.
_
3 matches
Mail list logo