plot_pred_event_outcomes_time: Plot number of predicted events in function of time

Description Usage Arguments Value Examples

View source: R/plot_pred_event_outcomes_time.R

Description

A plot that shows the number of predicted events in function of time. The points represent the predicted average daily number of health events. The colours refer to the type of outcome.

Usage

1
plot_pred_event_outcomes_time(plot_data, plot_file)

Arguments

plot_data

[data frame] A data frame containing the following variables: - ‘date' : date of simulated day in format ’yyyy-mm-dd'; - 'event': name of the outcomes; - 'lower': lower bound of 95 of events; - 'fit' : average daily predicted number of events; - 'upper': upper bound of 95 of events.

plot_file

[chr] filename of the destination path. Format of image is automatically decided by the filename extension

Value

A plot with time trends of the average daily number of predicted health outcomes considered.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
  library(imthcm)
  default_models <- train_event_models(use_ita = TRUE)
  predicted_events <- predict_hm(default_models,
    test_weather, test_weather[-c(1, 2, 3), ]
  )
  plot_pred_event_outcomes_time(predicted_events,
    plot_file = 'timeoutcome_plot.png'
  )

## End(Not run)

UBESP-DCTV/imthcm documentation built on Dec. 2, 2019, 9:26 a.m.