| export_json | R Documentation |
Generates a comprehensive, standardized JSON record covering all six
estimators. Suitable for reproducibility workflows (Xu & Yang 2026) and
downstream tooling. Pass the result of mspe_ratio_pval() or gsc_boot()
via the inference argument to include inference results.
export_json(x, file = "coresynth_results.json", inference = NULL, digits = 6L)
x |
A |
file |
Output file path. Default |
inference |
Optional list from |
digits |
Number of significant digits applied to numeric values (default 6L). |
Invisibly, the R list that was (or would be) serialized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.