Learn R Programming

ExtremalDep (version 0.0.4-5)

bic: Extract the Bayesian Information Criterion

Description

This function extract the BIC value from a fitted object..

Usage

bic(x, digits=3)

Value

A vector.

Arguments

x

An object of class ExtDep_Bayes.

digits

Integer indicating the number of decimal places to be reported.

See Also

fExtDep

Examples

Run this code
if (FALSE) {
data(pollution)
Hpar.hr <- list(mean.lambda=0, sd.lambda=3)
PNS.hr <- fExtDep(x=PNS, method="BayesianPPP", model = "HR", 
                  Nsim=5e+4, Nbin=3e+4, Hpar=Hpar.hr, MCpar=0.35, seed=14342)
bic(PNS.hr)
}

Run the code above in your browser using DataLab