View source: R/api-dashboards.R
| summary.mfrm_facet_dashboard | R Documentation |
Summarize a facet-quality dashboard
## S3 method for class 'mfrm_facet_dashboard'
summary(object, digits = 3, top_n = 10, ...)
object |
Output from |
digits |
Number of digits for printed numeric values. |
top_n |
Number of flagged levels to preview. |
... |
Reserved for generic compatibility. |
An object of class summary.mfrm_facet_dashboard.
facet_quality_dashboard(), plot_facet_quality_dashboard()
toy <- load_mfrmr_data("example_core")
fit <- fit_mfrm(toy, "Person", c("Rater", "Criterion"), "Score", method = "JML", maxit = 25)
diag <- diagnose_mfrm(fit, residual_pca = "none")
summary(facet_quality_dashboard(fit, diagnostics = diag))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.