View source: R/Selbal_Functions.R
plot.bal | R Documentation |
The balance value for a given matrix of counts using the variables appearing in a data.frame like the output of selbal.aux
## S3 method for class 'bal'
plot(POS, NEG, x, y, covar = NULL, col, logit.acc = NULL)
POS |
a vector containing the variables taking part in the numerator of the balance. |
NEG |
a vector containing the variables taking part in the denominator of the balance. |
x |
a |
y |
the response variable, either continuous or dichotomous. |
covar |
a |
col |
a vector with two values for representing the individuals for each of the two considered groups. |
logit.acc |
when |
A graphical representation of the balance for the selected individuals and the variables taking part on it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.