Description Usage Arguments Value Examples
This function generates simulated GP consultations based on an EHR_definition object and a
patient table, as generated by simulate_ehr_patients
. Multicore functionality is
implemented via mclapply
1 | simulate_ehr_consultations(ehr_def, patient_table, cores = 1)
|
ehr_def |
an object of class |
patient_table |
a dataframe of simulated patient EHR data |
cores |
number of processor cores to use to run the analysis |
data frame of simulated GP consultations
1 2 3 4 | ## Not run: patient <- simulate_ehr_patients(ehr_definition) cons <-
simulate_ehr_consultations(ehr_def, patient_table = patient, cores = 4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.