summary.prepped_weighting_spec: Detailed per-step diagnostics

View source: R/print.R

summary.prepped_weighting_specR Documentation

Detailed per-step diagnostics

Description

Detailed per-step diagnostics

Usage

## S3 method for class 'prepped_weighting_spec'
summary(object, ...)

Arguments

object

a prepped object (output of prep()).

...

ignored.

Value

(invisibly) the prepped object.

Examples

fitted <- weighting_spec(sample_survey, base_weights = pw) |>
  step_nonresponse(respondent = responded, method = "weighting_class", by = "region") |>
  prep()
summary(fitted)

weightflow documentation built on July 23, 2026, 1:08 a.m.