`fitted.radfit` <-
function(object, ...)
{
sapply(object$models, fitted)
}
`fitted.radfit.frame` <-
function(object, ...)
{
lapply(object, fitted, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.