View source: R/api-estimation.R
| summary.mfrm_data_description | R Documentation |
Summarize a data-description object
## S3 method for class 'mfrm_data_description'
summary(object, digits = 3, top_n = 10, ...)
object |
Output from |
digits |
Number of digits for numeric rounding. |
top_n |
Maximum rows shown in preview blocks. |
... |
Reserved for generic compatibility. |
This summary is intended as a compact pre-fit quality snapshot for manuscripts and analysis logs.
An object of class summary.mfrm_data_description.
Recommended read order:
overview: sample size, persons/facets/categories.
missing: missingness hotspots by selected input columns.
score_distribution: category usage balance.
facet_overview: coverage per facet (minimum/maximum weighted counts).
agreement: observed-score inter-rater agreement (when available).
Very low MinWeightedN in facet_overview is a practical warning for
unstable downstream facet estimates.
Run describe_mfrm_data() on raw long-format data.
Inspect summary(ds) before model fitting.
Resolve sparse/missing issues, then run fit_mfrm().
describe_mfrm_data(), summary.mfrm_fit()
toy <- load_mfrmr_data("example_core")
ds <- describe_mfrm_data(toy, "Person", c("Rater", "Criterion"), "Score")
summary(ds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.