apply_sub_file_COV | R Documentation |
This function is used when stochastic simulations are being performed using a data file for the subject level information. If the data file contains covariate information, this function will update the system for each subjects covariates.
apply_sub_file_COV(
tmpcfg,
cov_found,
sub_dataset,
sub_ID_col,
sub_TIME_col,
file_ID
)
tmpcfg |
ubiquity system object |
cov_found |
list of covariates found in dataset |
sub_dataset |
name of dataset with subject parameters |
sub_ID_col |
name of column in dataset with subject IDs |
sub_TIME_col |
name of column in dataset with simulation time |
file_ID |
subject ID to extract covariates for |
ubiquity system object with the covariates set to those for the current subject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.