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