predictCountProb | R Documentation |
Predicts probability of observing n exacerbations in the next year
predictCountProb(patientResults, n = 10, shortened = TRUE)
patientResults |
patient results vector, produced by accept. |
n |
how many exacerbations |
shortened |
boolean: Shortened results groups into 0, 1, 2, and 3 or more exacerbations |
a matrix of probabilities with the number of exacerbations as rows and number of severe exacerbations as columns
results <- accept2(samplePatients[1,]) predictCountProb (results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.