loglik2.C | R Documentation |
takes a parameter vector corresponding to the (possibly transformed) source contributions and source marker frequencies and returns the negative log likelihood
loglik2.C(p, sourcesamp, mixsamp = NULL, verbose = FALSE,
transf = c("full", "part", "none"), full = FALSE, cond = FALSE, debug = FALSE)
p |
parameter vector |
sourcesamp |
source marker samples |
mixsamp |
mixed stock samples |
verbose |
verbose output? |
transf |
transformation: "full", "part", or "none" |
full |
full likelihood (including normalization constants?) |
cond |
conditional likelihood (not including source sample likelihood? |
debug |
debugging output? |
numeric value of the negative log-likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.