plotsmd | R Documentation |
You can use it to draw a baseline table of data.
plotsmd(vars,unmatchdata,matchdata,refline=NULL,title=NULL,xlab='SMD',ylab='variable')
vars |
List the variables you need to compare. |
unmatchdata |
Data before conducting propensity matching. |
matchdata |
The data after propensity score matching. |
refline |
Set a reference line with a default value of 0.1. |
title |
The title of the image. |
xlab |
The name of the X-axis. |
ylab |
The name of the Y-axis. |
The differences between variables can be represented using SMD. This program can draw SMD graphs of variable differences.
A picture.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.