| specifications_report | R Documentation |
Build a specification summary report (preferred alias)
specifications_report(
fit,
title = NULL,
data_file = NULL,
output_file = NULL,
include_fixed = FALSE
)
fit |
Output from |
title |
Optional analysis title. |
data_file |
Optional data-file label (for reporting only). |
output_file |
Optional output-file label (for reporting only). |
include_fixed |
If |
summary(out) is supported through summary().
plot(out) is dispatched through plot() for class
mfrm_specifications (type = "facet_elements",
"anchor_constraints", "convergence").
A named list with specification-report components. Class:
mfrm_specifications.
header / data_spec: run identity and model settings.
facet_labels: facet sizes and labels.
convergence_control: optimizer configuration and status.
Generate specifications_report(fit).
Verify model settings and convergence metadata.
Use the output as methods and run-documentation support in reports.
fit_mfrm(), data_quality_report(), estimation_iteration_report(),
mfrmr_reports_and_tables, mfrmr_compatibility_layer
toy <- load_mfrmr_data("example_core")
fit <- fit_mfrm(toy, "Person", c("Rater", "Criterion"), "Score", method = "JML", maxit = 25)
out <- specifications_report(fit, title = "Toy run")
summary(out)
p_spec <- plot(out, draw = FALSE)
class(p_spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.