The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Model Cards and Reporting Inventories

A model card records what was fitted and what evidence is available. It does not turn documentation completeness into model validity.

bundle <- create_analysis_bundle(
  fit,
  ndraws = 1000,
  include_loo = TRUE
)

manifest <- create_analysis_manifest(
  fit = fit,
  estimands = "primary"
)

card <- create_model_card(
  fit,
  analysis_bundle = bundle,
  manifest = manifest,
  label = "Primary confirmatory model"
)

model_card_table(card)
checklist <- create_reporting_checklist(card)
plot_reporting_checklist(checklist)

Writing is explicit:

write_model_card(
  card,
  file = file.path(tempdir(), "gp3bayes-model-card.md")
)

The card records that automatic model selection, automatic adequacy certification, and automatic causal identification remain false.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.