fixef.rxUi <- function(object, ...) {
object$theta
}
fixef.function <- function(object, ...) {
ui <- rxode2(object)
ui$theta
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.