Learn R Programming

disaggregation (version 0.1.4)

summary.disag_model: Summary function for disaggregation fit result

Description

Function that summarises the result of the fit from the disaggregation model.

Usage

# S3 method for disag_model
summary(object, ...)

Value

A list of the model parameters, negative log likelihood and metrics from in-sample performance.

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.