LR.test: Likelihood Ratio Test of the Proportional Odds Assumption
Description
Provides the means of testing the parallel regression assumption
in the ordinal regression models. Also available is the brant.test().
Usage
LR.test(model, call=FALSE)
Arguments
model
a single model object to be tested.
call
a logical vector to indicate if the model call should be printed.
Value
model
the call of the model tested
df
the degrees of freedom
rdf
residual degrees of freedom
rdev
residual deviance
LRT
likelihood ratio test statistic
prob
the p-values of test
call
a logical vector
Details
The parallel regression assumption for the ordinal regression model
can be tested With this function. It currently supports objects of class
serp() and vglm().