| loglike | R Documentation |
lcdensity
Compute the (normalized) log-likelihood for an object of class lcdensity as described in the details section for the function logcon. The main use of this function is for comparing different results from logcon based on different (starting) domains.
loglike(lcd)
lcd |
an object of class |
A single numeric value, the (normalized) log-likelihood.
Dominic Schuhmacher dominic.schuhmacher@mathematik.uni-goettingen.de
Kaspar Rufibach kaspar.rufibach@gmail.com
Lutz Duembgen duembgen@stat.unibe.ch
logcon
x <- matrix(c(0,0.5,0.5,1,1,2,3,3),4,2)
res <- logcon(x)
loglike(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.