Learn R Programming

accept (version 1.0.0)

predictCountProb: Predicts probability of observing n exacerbations in the next year

Description

Predicts probability of observing n exacerbations in the next year

Usage

predictCountProb(patientResults, n = 10, shortened = TRUE)

Value

a matrix of probabilities with the number of exacerbations as rows and number of severe exacerbations as columns

Arguments

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

Examples

Run this code
results <- accept2(samplePatients[1,])
predictCountProb (results)

Run the code above in your browser using DataLab