HCUP: Access Patient-Level Data

Description Usage Arguments Value Examples

View source: R/Base_Functions.R

Description

Load patient data to be used in machine learning and generating patients for the simulator

Usage

1
2
3
4
HCUP(
  link = "/home/ebarsotti/LSS/Statepi_Marketscan/databases/HCUP/IA.db",
  core = "IA_SID_2010_core"
)

Arguments

link

The directory containing the patient data

core

The table you would like to use from the patient data

Value

The patient database

Examples

1
db <- HCUP(link = "/home/ebarsotti/LSS/Statepi_Marketscan/databases/HCUP/IA.db", core = "IA_SID_2010_core");

PippintheFoolhardy/SimFunctions documentation built on Dec. 18, 2021, 7:43 a.m.