Learn R Programming

nonprobsampling (version 0.1.0)

na.action.pw_fit: Extract NA action from a pw_fit object

Description

Returns the na.action component recorded during the build step.

Usage

# S3 method for pw_fit
na.action(object, ...)

Value

The na.action object recorded by est_pw during the build step: an integer vector of the nonprobability-sample rows omitted because of missing participation model variables (of class "omit" or

"exclude"), or NULL if no rows were omitted.

Arguments

object

An object of class "pw_fit" returned by est_pw.

...

Additional arguments (not used).