View source: R/missing_registry.R
| get_missing_config | R Documentation |
Retrieves the metadata for a specified missing data mechanism and validates that it exists.
get_missing_config(mechanism)
mechanism |
Character string: one of "none", "mcar", "mar", "booklet", or "linking". |
A named list with mechanism-specific metadata: requires_rate
(logical), requires_test_design (logical), test_design_key (character
or NA), print_label (character), print_style (character: "plain",
"rate", or "design"), and design_unit (character or NA).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.