h_get_prediction {mmrm} | R Documentation |
Get Prediction
Description
Get predictions with given data
, theta
, beta
, beta_vcov
.
Usage
h_get_prediction(tmb_data, theta, beta, beta_vcov)
Arguments
tmb_data |
( |
theta |
( |
beta |
( |
beta_vcov |
( |
Details
See predict
function in predict.cpp
which is called internally.
Value
List with:
-
prediction
: Matrix with columnsfit
,conf_var
, andvar
. -
covariance
: List with subject specific covariance matrices. -
index
: List of zero-based subject indices.
[Package mmrm version 0.3.15 Index]