visualize: Visualize output from 'sbw'

View source: R/visualize.R

visualizeR Documentation

Visualize output from sbw

Description

Function for visualizing the output from sbw.

Usage

visualize(object, plot_cov, ask = TRUE, ...)

Arguments

object

an object from function sbw.

plot_cov

names of covariates for which balance is to be displayed. If NULL, all of the covariates will be displayed.

ask

logical. If TRUE (and the R session is interactive) the user is asked for input, before a new figure is drawn.

...

ignored arguments.

Value

No return value. The figures will be shown in the Plots window.

Examples

# Please see the examples in the function sbw above.

sbw documentation built on Sept. 11, 2024, 8:06 p.m.

Related to visualize in sbw...