Generate an IQRsysModel
IQRsysModel.Rd
The syntax to generate an IQRsysModel is the same as in IQRnlmeEst
or IQRsysEst
.
The few differences compared to IQRnlmeEst
comprise that data
is not required anymore.
Furthermore, in the modelSpec, there are additional fields allowed which are called IQRsys
IQRsysModel(model, dosing = NULL, data = NULL, modelSpec = NULL)
Arguments
- model
character pointing to model file or IQRmodel object
- dosing
-
Can be one of the following:
NULL
,list of IQRdosing with
names(dosing)
referring to different conditions,dosing_IQRest - like dosing information
- data
-
Can be one of the following:
NULL
Data in
IQRnlmeData
orIQRsysData
format, see for example import_IQRsysDatadata_IQRest - like data specification
- modelSpec
model specification, see modelSpec_IQRest. Additional allowed fields are
LOCmodel
LOCvalues0
LOCestimate
LOCdistribution
Value
A sysModel object
See also
Other QSP:
IQRsysEst()
,
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()
,
offsetTIME_IQRsysData()
,
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()