t; Sent: Monday, January 06, 2014 5:53 AM
> To: r-help@r-project.org
> Subject: [R] Signif. codes
>
> My question is about the "Signif. codes" , the output when I run
>
>
> matcoef =cbind(fit$par, se.coef,tval,2*(1-pnorm(abs(tval
>
> dimnames(matcoef)=lis
My question is about the "Signif. codes" , the output when I run
matcoef =cbind(fit$par, se.coef,tval,2*(1-pnorm(abs(tval
dimnames(matcoef)=list(names(tval),c("Estimate","Std.Error","t
value","pr(>|t|)"))
cat("\nCoefficient(s):\n")
printCoefmat(matcoef, digits=4, signif.stars = TRUE)
Co
p@r-project.org
Subject: [R] Signif. codes
My question is about the "Signif. codes" and the p-value, specifically, the
output when I run
summary(nameofregression.lm)
So you get this little key:
Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1
And on a regression I ran, next to
12
j...@joepking.com
"Never throughout history has a man who lived a life of ease left a name
worth remembering." --Theodore Roosevelt
From: John Paul Telthorst [mailto:jpteltho...@gmail.com]
Sent: Sunday, December 20, 2009 10:36 PM
To: Joe King
Subject: Re: [R] Signif. codes
Thank
." --Theodore Roosevelt
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of John Paul Telthorst
Sent: Sunday, December 20, 2009 10:13 PM
To: r-help@r-project.org
Subject: [R] Signif. codes
My question is about the "Signif. codes" and
My question is about the "Signif. codes" and the p-value, specifically, the
output when I run
summary(nameofregression.lm)
So you get this little key:
Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1
And on a regression I ran, next to the intercept data, I get '***'
Coefficients
6 matches
Mail list logo