| +.sum_model | R Documentation |
sum_model objectAdd to a sum_model object
## S3 method for class 'sum_model'
e1 + e2
e1 |
Left operand. |
e2 |
Right operand. |
A sum_model.
m1 <- wn(sigma2 = 1)
m2 <- ar1(phi = 0.8, sigma2 = 0.5)
m3 <- pl(kappa = 0.3, sigma2 = 2)
model <- (m1 + m2) + m3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.