Skip to contents

Adds a state block or a measurement equation to a given state space model

Usage

add(model, item)

Arguments

model

A state space model

item

A state block or a measurement equation

Examples

model<-model()
llt<-locallineartrend("llt")
add(model,llt)