summary.fcm | R Documentation |
Summary
method for objects of class "fcm"
, returned by fcm()
.
## S3 method for class 'fcm'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (ignored). |
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
data(fit)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.