Description Usage Arguments Value Examples
Run ordinal linear regression on consultation quality components
1 | run_polrs(x, y)
|
x |
The 'combo' data.frame of all consultations |
y |
The response variable (quality component) for the models |
A list of results including:
Four GLM (binomial) model objects
AICc values for the four models
Results from summary(mod)
for the four models
Analysis of Variance for the four models
1 2 3 4 | ## Not run:
run_polrs(formal, formal$status_Q)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.