BTSR.model.defaults {BTSR}R Documentation

Print Model Default Settings

Description

Displays the default settings for a specified model in the BTSR package, including link functions and their configurations.

Usage

BTSR.model.defaults(model)

Arguments

model

Character string specifying the model name (e.g., "KREGV", "MARMA").

Value

Invisibly returns a list of data frames containing:

Examples

## Not run: 
# Print settings for KREGV model
BTSR.model.defaults("KREGV")

# Print settings for MARMA model
BTSR.model.defaults("MARMA")

## End(Not run)


[Package BTSR version 1.0.0 Index]