rform | R Documentation |
rform
finds the reduce form for a STS model.
rform(mdl, ...)
## S3 method for class 'stsm'
rform(mdl, tol = 1e-04, ...)
mdl |
an object of class |
... |
other arguments. |
tol |
tolerance to check if a root is close to one. |
An object of class um
.
b <- 1
C <- as.matrix(1)
stsm1 <- stsm(b = b, C = C, Sv = c(lvl = 1469.619), s2u = c(irr = 15103.061))
rf1 <- rform(stsm1)
nabla(rf1)
theta(rf1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.