hist.regweight: Plot histogram of implicit regression weights

View source: R/hist.R

hist.regweightR Documentation

Plot histogram of implicit regression weights

Description

This provides a simple histogram of the Aronow and Samii (2015) doi: 10.1111/ajps.12185 implicit regression weights.

Usage

## S3 method for class 'regweight'
hist(x, bw = NULL, ...)

Arguments

x

Weighting model object

bw

Bandwidth for histogram bins. If not provided, the Freedman-Diaconis rule will be used.

...

unused arguments

Value

A ggplot2::ggplot object.


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