model.mcgf: Display fitted models for an 'mcgf' or 'mcgf_rs' object

View source: R/model.R

model.mcgfR Documentation

Display fitted models for an mcgf or mcgf_rs object

Description

Display fitted models for an mcgf or mcgf_rs object

Usage

## S3 method for class 'mcgf'
model(
  x,
  model = c("all", "base", "lagrangian"),
  old = FALSE,
  print_model = TRUE,
  ...
)

## S3 method for class 'mcgf_rs'
model(
  x,
  model = c("all", "base", "lagrangian"),
  old = FALSE,
  print_model = TRUE,
  ...
)

Arguments

x

An mcgf object.

model

Which model to display.

old

Logical; TRUE if the old model needs to be printed.

print_model

Logical; TRUE if time lag and forecast horizon need to be printed.

...

Additional arguments. Not in use.

Details

For mcgf and mcgf_rs objects, model() displays the fitted models and their parameters. When old = TRUE, the old model is printed as well. Note that the old model is not used for parameter estimation or for kriging.

Value

None (invisible NULL).


mcgf documentation built on June 29, 2024, 9:09 a.m.