powered by
Plot individual predictions.
ggindividual_plot(subject, time, gold_standard, prediction)
a ggplot graph
numeric vector subject id
numeric vector time or date
numeric vector of gold standard
numeric vector of prediction
ggindividual_plot(subject = rep(1,10), time = 1:10, gold_standard = c(0,0,1,1,0,0,1,1,0,0), prediction = runif(n = 10, min = 0, max = 1))
Run the code above in your browser using DataLab