motLogLik {lmmot} | R Documentation |
log-likelihood for mot model
Description
Log-Likelihood for multiple ordinal right censored Multiple Ordinal Tobit (MOT) model.
Usage
motLogLik(param, xx, y, tau)
Arguments
param |
parameter vector: (beta_0, beta_1, ... , beta_m, sigma). |
xx |
design matrix of the model. |
y |
observation vector. |
tau |
threshold vector from tau_1 to tau_K. |
Value
log-likelihood, vector with all observations.
Author(s)
Marvin Wright
See Also
[Package lmmot version 0.1.4 Index]