Get predictions with given data, theta, beta, beta_vcov.
h_get_prediction(tmb_data, theta, beta, beta_vcov)List with:
prediction: Matrix with columns fit, conf_var, and var.
covariance: List with subject specific covariance matrices.
index: List of zero-based subject indices.
(mmrm_tmb_data)
object.
(numeric)
theta value.
(numeric)
beta value.
(matrix)
beta_vcov matrix.
See predict function in predict.cpp which is called internally.