View source: R/tx_ml_outcomes.R
tx_ml_outcomes | R Documentation |
tx_ml_outcomes
generates the line-list of clients based on the
outcome of interest ("dead" or "transfer out"). It should be used after
tx_ml()
.
tx_ml_outcomes(data, outcome)
data |
An ndr dataframe imported using the 'read_ndr() |
outcome |
The particular outcome of interest based on options available on the NDR ("transfer out" or "dead"). |
tx_ml_outcomes
tx_ml_outcomes(tx_ml(new_data = ndr_example), outcome = "dead" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.