covparms <-
function(object) {
if(class(object)[[1]] != "glmssn") return("Not a glmssn object")
summary(object)$covariance.parameter.estimates
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.