Learn R Programming

bqtl (version 1.0-7)

loglik: Extract loglikelihood, log posterior, or posterior from fitted models

Description

A fitted model or a list of such generated by bqtl has a maximum log likelihood or log posterior and a posterior. These functions simply extract them.

Usage

loglik(x, ...)
logpost(x, ...)
posterior(x, ...)

Arguments

x
The object produced by bqtl
...
Currently unused

Value

  • A vector of numbers whose length equals the number of fitted models in x

See Also

bqtl