| summary.prepped_weighting_spec | R Documentation |
Detailed per-step diagnostics
## S3 method for class 'prepped_weighting_spec'
summary(object, ...)
object |
a prepped object (output of prep()). |
... |
ignored. |
(invisibly) the prepped object.
fitted <- weighting_spec(sample_survey, base_weights = pw) |>
step_nonresponse(respondent = responded, method = "weighting_class", by = "region") |>
prep()
summary(fitted)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.