SSI.default <-
function(mf, y, k, ...){
result <- SSI.fit(mf, y, k)
result$call <- match.call()
class(result) <- "SSI"
result
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.