summary.disag_model {disaggregation} | R Documentation |
Summary function for disaggregation fit result
Description
Function that summarises the result of the fit from the disaggregation model.
Usage
## S3 method for class 'disag_model'
summary(object, ...)
Arguments
object |
Object returned from disag_model. |
... |
Further arguments to summary function. |
Details
Prints the negative log likelihood, model parameters and calculates metrics from in-sample performance.
Value
A list of the model parameters, negative log likelihood and metrics from in-sample performance.
[Package disaggregation version 0.3.0 Index]