Skip to contents

meta_known_V() is deprecated as a formula marker in drmTMB 0.1.3.9000. Use meta_V() for known sampling variance or covariance. The deprecated marker still routes to the same additive known-V likelihood path for compatibility.

Usage

meta_known_V(V)

Arguments

V

A column name, vector, diagonal matrix, block-diagonal matrix, or full covariance matrix. Diagonal/vector V represents independent known sampling variances. A matrix represents the known covariance among rows.

Value

A formula marker; never evaluated by users.