parse_obs_types: Parse observation types to simulation code

View source: R/parse_obs_types.R

parse_obs_typesR Documentation

Parse observation types to simulation code

Description

Parse observation types to simulation code

Usage

parse_obs_types(obs, initial = FALSE)

Arguments

obs

specified observation object including at least a description of which variable(s) are associated with a particular compartment, e.g. 'list(variable="CONC", scale="1")'.

initial

is this for the initial code block in the C++ template that initializes the variables and compartments ('TRUE'), or for the second code block used for the rest of the dataset?


InsightRX/PKPDsim documentation built on April 25, 2024, 2:10 a.m.