[R] understanding the output
    Timur Elzhov 
    etv at nf.jinr.ru
       
    Thu Jun 20 16:49:13 CEST 2002
    
    
  
On Thu, 20 Jun 2002, Ronaldo Reis Jr. wrote:
> Hi all,
> I try to understand the output of the summary(model).
> I make a simple model.
>
> > summary(m1anova)
>
> Call:
> glm(formula = peso ~ gen)
>
> Deviance Residuals:
>     Min       1Q   Median       3Q      Max
> -4.3114  -2.3788  -0.9167   2.1581   5.7856
>
> Coefficients:
>             Estimate Std. Error t value Pr(>|t|)
> (Intercept)   4.8660     0.9808   4.961 0.000101 ***
> gen2g         3.8504     1.3870   2.776 0.012459 *
Some time ago I was interesting in such a thing, but I've solved this
problem such a way:
  m1anova.sum <- summary(m1anova)
  m1anova.sum$coefficients["gen2g", "Std. Error"]
:)
With best regards,
Timur.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
    
    
More information about the R-help
mailing list