powered by
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
tx_ml()
tx_ml_outcomes(data, outcome)
An ndr dataframe imported using the `read_ndr()
The particular outcome of interest based on options available on the NDR ("transfer out" or "dead").
# NOT RUN { tx_ml_outcomes(tx_ml(new_data = ndr_example), outcome = "dead" ) # }
Run the code above in your browser using DataLab