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

(mmrm_tmb_data)
object.

theta

(numeric)
theta value.

beta

(numeric)
beta value.

beta_vcov

(matrix)
beta_vcov matrix.

Details

See predict function in predict.cpp which is called internally.

Value

List with:


[Package mmrm version 0.3.11 Index]