Learn R Programming

CopulaDTA (version 0.0.1)

summarycopula: Print a summary of the fitted model.

Description

Print a summary of the fitted model.

Usage

summarycopula(object, digits = 3, ...)

Arguments

Value

The posterior mean and 95 percent credible intervals, n_eff, Rhat and WAIC.

References

{Watanabe S (2010). Asymptotic Equivalence of Bayes Cross Validation and Widely Applicable Information Criterion in Singular Learning Theory. Journal of Machine Learning Research, 11, 3571-3594.} {Vehtari A, Gelman A (2014). WAIC and Cross-validation in Stan. Unpublished, pp. 1-14.}

Examples

Run this code
data(ascus)
fit <- fitcopula(data=ascus,
         SID = "StudyID",
         formula.se= StudyID ~ Test,
         seed=3,
         copula="fgm")

ss <- summarycopula(object=fit)

ss <- summary(fit$model)

Run the code above in your browser using DataLab