print.netcmc {netcmc} | R Documentation |
A function that gets a summary of the fitted model.
Description
This function takes a netcmc object and returns a summary of the fitted model. The summary includes, for selected parameters, posterior medians and 95 percent credible intervals, the effective number of independent samples and the Geweke convergence diagnostic in the form of a Z-score.
Usage
## S3 method for class 'netcmc'
print(x, ...)
Arguments
x |
A netcmc fitted model object. |
... |
Ignored.s |
Value
Returns a model summary for a netcmc object.
Author(s)
George Gerogiannis
[Package netcmc version 1.0.2 Index]