summary.mixed_fit | R Documentation |
Produces summary statistics for fit of data to an ADMG model.
## S3 method for class 'mixed_fit'
summary(object, fisher = TRUE, ...)
object |
An object of class |
fisher |
logical: should Fisher Information Matrix be calculated and standard errors provided? |
... |
Other arguments to pass to |
List containing the output from fitADMG
as well as:
p |
The number of parameters. |
AIC |
Akaike Information Criterion of model fit. |
BIC |
Bayesian Information Criterion of model fit. |
deviance |
The deviance of the model fit. |
n |
The dimension of the data. |
se.table |
A table containing standard errors (if
|
FIM |
The Fisher Information Matrix (if
|
probs |
Best fitting probability distribution. |
Robin Evans
Evans, R.J. and Richardson, T.S. (2010) - Fitting acyclic directed mixed graphs to binary data. UAI-10.
fitADMG
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.