plot.regweight: Plot diagnostics for implicit regression weights

View source: R/plot.R

plot.regweightR Documentation

Plot diagnostics for implicit regression weights

Description

This provides access to all plotting functions and tries to smartly use the appropriate one based on the covariate provided. If covariate type is inappropriately recognized please use the appropriate plotting function directly.

Usage

## S3 method for class 'regweight'
plot(x, covariate, ...)

Arguments

x

Weighting model object

covariate

Covariate vector

...

additional arguments passed to individual plotting functions

Value

A ggplot2::ggplot object.

See Also

calculate_weights(), plot_weighting_discrete(), plot_weighting_continuous(), plot_weighting_map()


regweight documentation built on March 18, 2022, 7:53 p.m.