arguments.configs {BTSR}R Documentation

Shared documentation for configuration related parameteres

Description

This is the common documentation for arguments related the configurations for fitting models and printing reports.

Arguments

control

a list with configurations to be passed to the optimization subroutines (fit only). Default is control = NULL. Missing arguments will receive default values. For details, see fit.control.

report

logical; indicates whether the summary from the fitted model should be be printed (fit only). Default is report = TRUE, in which case info is automatically set to TRUE.

complete

logical; if FALSE returns only yt, else returns additional components (simulation only). Default is complete = FALSE.

debug

logical, if TRUE the output from FORTRAN is return (for debugging purposes). Default is debug = FALSE.

...

further arguments passed to the internal functions. See, for instance, summary.btsr for details.


[Package BTSR version 1.0.0 Index]