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