[R] overall comparison of an ordered categorical in a multiple regression

2008-02-21 Thread Angelo Passalacqua
I entered the following: formula<-nst~age+soc+inc+reg+imp pnstlm<-lm(formula,nst) summary(pnstlm) imp and soc are ordered categorical variables but the summary does not give an output of the overall p-values, just individual comparisons. I can't find help for this in the manual. Is there a co

Re: [R] overall comparison of an ordered categorical in a multiple regression

2008-02-21 Thread David Winsemius
"Angelo Passalacqua" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > I entered the following: > > formula<-nst~age+soc+inc+reg+imp > > pnstlm<-lm(formula,nst) > > summary(pnstlm) > > imp and soc are ordered categorical variables but the summary does > not give an output of the overall

Re: [R] overall comparison of an ordered categorical in a multiple regression

2008-02-21 Thread Gavin Simpson
On Thu, 2008-02-21 at 14:25 +, Angelo Passalacqua wrote: > I entered the following: > > formula<-nst~age+soc+inc+reg+imp > > pnstlm<-lm(formula,nst) > > summary(pnstlm) > > imp and soc are ordered categorical variables but the summary does not give > an output of the overall p-values, just