Nothing
`coef.eRm` <-
function(object, parm = "beta", ...) { # option "beta" added rh 2010-03-07
if(parm == "beta")
object$betapar
else if(parm == "eta")
object$etapar
else
stop("'parm' incorrectly specified")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.