Description Usage Arguments Value Examples
View source: R/Base_Functions.R
Load patient data to be used in machine learning and generating patients for the simulator
1 2 3 4 | HCUP(
link = "/home/ebarsotti/LSS/Statepi_Marketscan/databases/HCUP/IA.db",
core = "IA_SID_2010_core"
)
|
link |
The directory containing the patient data |
core |
The table you would like to use from the patient data |
The patient database
1 | db <- HCUP(link = "/home/ebarsotti/LSS/Statepi_Marketscan/databases/HCUP/IA.db", core = "IA_SID_2010_core");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.