add_regressor: Regressor Component

View source: R/simulator.R

add_regressorR Documentation

Regressor Component

Description

Regressor Component

Usage

add_regressor(x, ...)

## S3 method for class 'issm.component'
add_regressor(x, xreg = NULL, pars = NULL, ...)

Arguments

x

an object of class issm.component or other supported class.

...

additional parameters.

xreg

a matrix of regressors.

pars

regressors coefficients.

Value

An object of class issm.component updated with the regressor components.


tsaux documentation built on April 4, 2025, 3:08 a.m.