loglik function

Extract loglikelihood, log posterior, or posterior from fitted models

Extract loglikelihood, log posterior, or posterior from fitted models

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.

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

Arguments

  • x: The object produced by bqtl
  • ...: Currently unused

Returns

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

Author(s)

Charles C. Berry cberry@ucsd.edu

See Also

bqtl

  • Maintainer: Charles C. Berry
  • License: GPL (>= 2)
  • Last published: 2024-09-24

Useful links