plot_overlap {PSpower}R Documentation

Plot density of propensity scores given treatment probability and overlap coefficient

Description

Plot density of propensity scores given treatment probability and overlap coefficient

Usage

plot_overlap(r, phi)

Arguments

r

treatment probability

phi

overlap coefficient

Value

a ggplot of the density of propensity scores in two treatment arms

Examples

plot_overlap(0.6, 0.9)

[Package PSpower version 0.1.1 Index]