The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.

Precheck, verified execution, and diagnosis

Precheck is diagnostic; execution remains behind the verified boundary.

precheck <- wf_precheck(
  design$data,
  target,
  id = design$roles$id
)

precheck$issues

Resolve blocking support problems through a declared, reviewable cell plan. Do not change targets after seeing outcomes.

plan <- wf_plan_weights(design, target, dims, method = "raking")
approval <- wf_approve_plan(
  plan,
  approver = "Reviewer full name",
  role = "Statistician"
)
locked <- wf_execute_plan(plan, approval, design, target)

diagnostics <- wf_diagnose(locked, target = target)

Direct statistical use is also verified:

via_dispatcher <- wf_calibrate(
  design,
  target,
  method = "raking"
)

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.