View source: R/ordinal_tidiers.R
augment.clmm | R Documentation |
the tidy
method for clmm
objects (from the
ordinal
package) lives in the broom
package.
## S3 method for class 'clmm'
augment(x, data = model.frame(x), newdata, ...)
x |
An object of class |
data |
original data this was fitted on; if not given this will attempt to be reconstructed |
newdata |
new data to be used for prediction; optional |
... |
Additional arguments (passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.