| .logL_gau_missing | R Documentation |
Uses multivariate normal marginalization to compute the likelihood of observed values, marginalizing over missing values.
.logL_gau_missing(y, order, mu, phi, sigma, blocks = NULL, tau = 0)
y |
Data matrix (n_subjects x n_time), may contain NA |
order |
Antedependence order (0, 1, or 2) |
mu |
Mean vector (length n_time) |
phi |
Dependence parameter(s) |
sigma |
Innovation standard deviations (length n_time) |
blocks |
Block membership vector (optional) |
tau |
Block effects, first element constrained to zero |
Observed-data log-likelihood (scalar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.