FilePs | R Documentation |
Server-side logic for propensity score analysis. It uses 'DataManager' for common data tasks and adds specific controls and calculations for propensity score matching.
FilePs(input, output, session, nfactor.limit = 20)
input , output , session |
Standard Shiny server parameters. |
nfactor.limit |
An integer, the threshold for unique values. |
A reactive expression returning a list with matched data and other information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.