R/sigma.hat.R

# ==============================================================================
# extract sigma.hat values 
# ==============================================================================

setMethod("sigma.hat", signature( object = "mi.method"),     
  function (object) {
    object@model$sigma
  }
)

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.