loglik.mix {mix} | R Documentation |
Loglikelihood for Incomplete Data under the General Location Model
Description
Calculates the observed-data loglikelihood under the general location model at a user-specified parameter value.
Usage
loglik.mix(s, theta)
Arguments
s |
summary list of an incomplete data matrix |
theta |
Value
the value of the loglikelihood function at theta
.
References
Schafer, J. L. (1996) Analysis of Incomplete Multivariate Data. Chapman & Hall, Chapter 9.
See Also
Examples
data(stlouis)
s <- prelim.mix(stlouis,3) # preliminary manipulations
thetahat <- em.mix(s) # MLE under unrestricted general location model
loglik.mix(s, thetahat) # loglikelihood at thetahat
[Package mix version 1.0-12 Index]