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.

Using locked WFC weights with survey tools

Create and lock weights through the verified workflow before converting them to another survey-analysis representation.

analysis_ready <- wf_attach_weights(
  analysis_data,
  locked,
  id = "person_id",
  weight_name = ".weight"
)

design_survey <- as_svydesign(
  locked,
  analysis_ready,
  id = "person_id"
)

Replicate weights can be created from an approved refit design and converted with as_svrepdesign(). Keep target identities, refit settings, seeds, and variance assumptions in the audit record.

Interoperability does not relax WFC’s input boundary. Do not use a downstream tool to recreate a removed target behavior and then present the result as a WFC verified run.

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.