Function to shift data right on time axis by a certain offset
offsetTIME_IQRsysData.Rd
In QSP modeling the steady-state _/ baseline values are dependent by parameters without the possibility of analytically calculating the steady-state. Therefor, a runin-period needs to be allowed for so that when changing parameters a new steady-state can be obtained prior to starting the experiment - or the comparison between data and simulations in estimation and in simulation. This function allows to introduce such a runin period by adding a dose of 0 into the dataset that comes "offset" time before the first recorded event in the dataset. For this to work it is important that the model contains at least an INPUT1 argument. Also required are the presence of the columns introduced by import_IQRsysData.
offsetTIME_IQRsysData(data, offset)
Arguments
Value
Updated dataset
Details
Important are also the numerics. If offset chosen to large, it might lead to numerical difficulties which can be circumvented by setting the options SIMOPT.atol or SIMOPT.hmax in the call to IQRsysProject().
See also
Other QSP:
IQRsysEst()
,
IQRsysModel()
,
IQRsysProject()
,
addOutputs_IQRmodel()
,
addRelations_IQRmodel()
,
as_IQRsysEst()
,
as_IQRsysProject()
,
as_IQRsysProjectMulti()
,
comparePars_IQRsysModel()
,
duplicate_IQRsysProject()
,
exportVariant_IQRmodel()
,
exportVirtualSubjects_IQRnlmeProject()
,
export_IQRsysData()
,
getDosing_IQRsysModel()
,
getEmpiricalETACovarianceMatrix_IQRsysProject()
,
getOptTrace_IQRsysProject()
,
getPars_IQRoptTrace()
,
getPars_IQRsysModel()
,
getPrediction_IQRsysModel()
,
hasrun_IQRsysProject()
,
importVariant_IQRmodel()
,
import_IQRsysData()
,
is_IQRsysEst()
,
is_IQRsysModel()
,
is_IQRsysProject()
,
is_IQRsysProjectMulti()
,
load_IQRsysProject()
,
modelSpec_IQRsysEst()
,
model_IQRsysModel()
,
plotDVPRED_IQRsysModel()
,
plotFit_IQRsysModel()
,
plotPars_IQRsysModel()
,
plotPred_IQRsysModel()
,
plotProfile_IQRsysModel()
,
plotWRES_IQRsysModel()
,
plotWaterfall_IQRsysModel()
,
plot_IQRoptTrace()
,
plot_IQRsysModel()
,
print.IQRsensitivity()
,
print.IQRsysProject()
,
profile_IQRsysModel()
,
replaceTerms_IQRmodel()
,
run_IQRsysProject()
,
run_IQRsysProjectMulti()
,
sample_IQRsysModel()
,
sensitivity_IQRmodel()
,
setPars_IQRsysModel()
,
sim_IQRsysModel()
,
sim_IQRvirtualSubjects()
,
simbio_CSV2namedVector()
,
simbio_updateParamIC_IQRmodel()
,
spmIIV_IQRsysProject()
,
spm_IQRsysProject()
,
switchOpt_IQRsysModel()
,
tablePars_IQRsysModel()