coef.deltamethod <- function(object, ...) {
mstyle <- .get.mstyle()
.chkclass(class(object), must="deltamethod")
coefs <- c(object$tab$coef)
names(coefs) <- rownames(object$tab)
return(coefs)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.