R/fixef.R

Defines functions fixef.function fixef.rxUi

fixef.rxUi <- function(object, ...) {
  object$theta
}

fixef.function <- function(object, ...) {
  ui <- rxode2(object)
  ui$theta
}

Try the rxode2 package in your browser

Any scripts or data that you put into this service are public.

rxode2 documentation built on Oct. 30, 2024, 9:06 a.m.