petab_measurementData | R Documentation |
Constructor for Measurements
petab_measurementData( observableId, simulationConditionId, measurement, time, observableParameters = list(NA, "1;1", "scale_obsi;offset_obsi")[[1]], noiseParameters = list(1, "error_ADD_obsi;error_REL_obsi")[[1]], datasetId = NA, replicateId = NA, preequilibrationConditionId = NA, datapointId = NA, lloq = -Inf )
observableId |
character |
simulationConditionId |
character |
measurement |
numeric |
time |
numeric |
observableParameters |
numeric string or NA |
noiseParameters |
numeric, string or NA: Measurement noise or parameter name |
datasetId |
character |
replicateId |
character |
preequilibrationConditionId |
character |
datapointId: |
Deviating from original petab, a unique identifier of each data point |
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other measurementData:
petab_applyInverseObservableTransformation()
,
petab_applyObservableTransformation()
,
petab_duplicateControls()
,
petab_fixErrorModel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.