https://github.com/cran/CBPS
Revision ce813b3e158ff5ad60ccf718f632cbade38aecfe authored by Christian Fong on 21 August 2019, 06:40:18 UTC, committed by cran-robot on 21 August 2019, 06:40:18 UTC
1 parent c9eb640
Raw File
Tip revision: ce813b3e158ff5ad60ccf718f632cbade38aecfe authored by Christian Fong on 21 August 2019, 06:40:18 UTC
version 0.21
Tip revision: ce813b3
plot.npCBPS.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/npCBPS.R
\name{plot.npCBPS}
\alias{plot.npCBPS}
\title{Calls the appropriate plot function, based on the number of treatments}
\usage{
\method{plot}{npCBPS}(x, covars = NULL, silent = TRUE, ...)
}
\arguments{
\item{x}{an object of class \dQuote{CBPS} or \dQuote{npCBPS}, usually, a
result of a call to \code{CBPS} or \code{npCBPS}.}

\item{covars}{Indices of the covariates to be plotted (excluding the intercept).  For example, 
if only the first two covariates from \code{balance} are desired, set \code{covars} to 1:2.  
The default is \code{NULL}, which plots all covariates.}

\item{silent}{If set to \code{FALSE}, returns the imbalances used to
construct the plot.  Default is \code{TRUE}, which returns nothing.}

\item{...}{Additional arguments to be passed to balance.}
}
\description{
Calls the appropriate plot function, based on the number of treatments
}
back to top