problem.eval {scaRabee} | R Documentation |
Evaluation of structural and residual variability models
Description
problem.eval
is a secondary function called during estimation runs. It
evaluates the structural model and the residual variability model at given
point estimates and at given values of the time variable. problem.eval
is typically not called directly by users.
Usage
problem.eval(subproblem = NULL,
x = NULL,
grid = FALSE,
check = FALSE)
Arguments
subproblem |
A list containing the following levels:
|
x |
A vector of numerical estimates of numerical parameters. |
grid |
A logical variable, indicating whether the analysis is a direct grid search or not. |
check |
An indicator whether checks should be performed to validate function inputs. |
Value
Return a list of two elements:
- f
A vector of model evaluations at all requested time points (all states values are concatenated into a single vector).
- weight
A vector of residual variability related to the model evaluations.
Author(s)
Sebastien Bihorel (sb.pmlab@gmail.com)