summary.disag_model: Summary function for disaggregation fit result

View source: R/summary.R

summary.disag_modelR 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.


disaggregation documentation built on Nov. 8, 2023, 5:07 p.m.