Extract log marginal likelihood for a pvEBayes object
Source:R/pvEBayes_object_S3_methods.R
logLik.pvEBayes.RdThis function defines the S3 logLik method for objects of class
pvEBayes. It extracts the log marginal likelihood from a fitted
model.
Usage
# S3 method for class 'pvEBayes'
logLik(object, ...)Arguments
- object
a
pvEBayesobject, which is the output of the function pvEBayes or pvEBayes_tune.- ...
other input parameters. Currently unused.