View source: R/Predict_status.R
Predict_status | R Documentation |
This function is used to predict the status of one or more new persons.
Predict_status(rds.obj, model, configs = NULL, prevalence)
rds.obj |
A rds object containing an FBM.code256. |
model |
A model to use for predicting. |
configs |
A data frame with configurations and their liabilities. Only used for LTFH. |
prevalence |
The likelihood of having the disease in the population. |
A vector of 1's and 0's indicating predicted status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.