View source: R/calcLogLikC_prediction.R
calcLogLikC_prediction | R Documentation |
Likelihood calculation of (evidence) prediction model (uses calibration info)
calcLogLikC_prediction(par, c, returnOutcome = FALSE, returnPerMarker = FALSE)
par |
parameters A list(mx,mu,omega,beta), The ordinary scale (ttheta) |
c |
data object (returned from prepareC_calibration) |
returnOutcome |
Whether to return all joint genotype outcome values (can be used for Deconvolution and marker-specific values) |
returnPerMarker |
Whether to return logLik per marker |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.