Skip to contents

Compare covariate distributions between IPD and AgD (via integration points).

Usage

plot_covariate_distribution(data, covariate)

Arguments

data

An unanchored_data object with integration points

covariate

Name of covariate to plot

Value

A ggplot object

Examples

if (FALSE) { # \dontrun{
plot_covariate_distribution(network, "age")
} # }