R/fitted.R

# ==============================================================================
# extract fitted values 
# ==============================================================================
setMethod("fitted", signature(object = "mi.method"), 
  function(object){
  object@expected
}
)

Try the mi package in your browser

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

mi documentation built on May 2, 2019, 4:43 p.m.