Returns the na.action component recorded during estimation,
mimicking na.action behavior for fitted model objects.
Usage
# S3 method for class 'pwmean'
na.action(object, ...)Arguments
- object
An object of class
"pwmean"returned bypwmean.- ...
Additional arguments (not used).
Value
The na.action object recorded by pwmean: an
integer vector of rows omitted because of missing outcome or domain values
(of class "omit" or "exclude"), or NULL if no rows were
omitted.