summary.fcm: Summarizing Factor Copula Model Fits

View source: R/summary.R

summary.fcmR Documentation

Summarizing Factor Copula Model Fits

Description

Summary method for objects of class "fcm", returned by fcm().

Usage

## S3 method for class 'fcm'
summary(object, ...)

Arguments

object

An object of class "fcm", typically output from fcm().

...

Additional arguments (ignored).

Value

Invisibly, a list with summary components:

  • grid: the selected grid point

  • neighbors: indices and coordinates of neighbors

  • coef: parameter estimates with 95\

  • objective: negative log-likelihood

  • information criteria: c(AIC, BIC, AICc)

  • args: fitting arguments

Examples


data(fit)
summary(fit)



eFCM documentation built on Sept. 9, 2025, 5:52 p.m.