The class ModelAnalyticInfusionSteadyState
is used to defined an analytic model in infusion steady state.
ModelAnalyticInfusionSteadyState(
name = character(0),
modelParameters = list(),
samplings = numeric(0),
modelEquations = list(),
wrapper = function() NULL,
outputFormula = list(),
outputNames = character(0),
variableNames = character(0),
outcomesWithAdministration = character(0),
outcomesWithNoAdministration = character(0),
modelError = list(),
odeSolverParameters = list(),
parametersForComputingGradient = list(),
initialConditions = numeric(0),
functionArguments = character(0),
functionArgumentsSymbol = list(),
wrapperModelAnalyticInfusion = list(),
functionArgumentsModelAnalyticInfusion = list(),
functionArgumentsSymbolModelAnalyticInfusion = list(),
solverInputs = list()
)
Character vector specifying the model name
List of model parameters
Numeric vector of sampling times
List containing the model equations
Function wrapper for the model (default: function () NULL)
List of output formulas
Character vector of output names
Character vector of variable names
Character vector of outcomes with administration
Character vector of outcomes without administration
List defining the error model
List of ODE solver parameters
List of parameters for gradient computation
Numeric vector of initial conditions
Character vector of function arguments
List of function argument symbols
Wrapper for the ode solver.
A list giving the functionArguments of the wrapper for the analytic model in infusion.
A list giving the functionArgumentsSymbol of the wrapper for the analytic model in infusion.
A list giving the solver inputs.
ModelAnalyticInfusionSteadyState