rform | R Documentation |
rform
finds the reduce form for a STS model.
rform(mdl, ...) ## S3 method for class 'stsm' rform(mdl, ...)
mdl |
an object of class |
... |
other arguments. |
An object of class um
.
b <- 1 C <- as.matrix(1) stsm1 <- stsm(b = b, C = C, s2v = 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.