View source: R/output_functions.R
bic | R Documentation |
This function extract the BIC value from a fitted object..
bic(x, digits=3)
x |
An object of class |
digits |
Integer indicating the number of decimal places to be reported. |
A vector.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;
fExtDep
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.