AIC is a different story. To do hypothesis tests on terms, use anova()
or dropterm() (as done in the book):
library(MASS)
example(polr)
dropterm(house.plr, test = "Chisq")
Single term deletions
Model:
Sat ~ Infl + Type + Cont
DfAIC LRT Pr(Chi)
3495.1
Infl2 3599.4 108.
How to get p values from the result then?
At 2013-05-28 13:54:27,"David Winsemius" wrote:
>
>On May 27, 2013, at 7:59 PM, meng wrote:
>
>> Hi all:
>> As to the polr {MASS} function, how to find out p values of every
>> parameter?
>>
>>
>>> From the example of R help:
>> house.plr <- polr
On May 27, 2013, at 11:05 PM, Prof Brian Ripley wrote:
> On 28/05/2013 06:54, David Winsemius wrote:
>>
>> On May 27, 2013, at 7:59 PM, meng wrote:
>>
>>> Hi all:
>>> As to the polr {MASS} function, how to find out p values of every
>>> parameter?
>>>
>>>
From the example of R help:
>>>
On 28/05/2013 06:54, David Winsemius wrote:
On May 27, 2013, at 7:59 PM, meng wrote:
Hi all:
As to the polr {MASS} function, how to find out p values of every
parameter?
From the example of R help:
house.plr <- polr(Sat ~ Infl + Type + Cont, weights = Freq, data =
housing)
summary(house.pl
On May 27, 2013, at 7:59 PM, meng wrote:
Hi all:
As to the polr {MASS} function, how to find out p values of every
parameter?
From the example of R help:
house.plr <- polr(Sat ~ Infl + Type + Cont, weights = Freq, data =
housing)
summary(house.plr)
How to find out the p values of hou
Hi all:
As to the polr {MASS} function, how to find out p values of every parameter?
>From the example of R help:
house.plr <- polr(Sat ~ Infl + Type + Cont, weights = Freq, data = housing)
summary(house.plr)
How to find out the p values of house.plr?
Many thanks.
Best.
[[alternat
6 matches
Mail list logo