R/coef.distfreereg.R

Defines functions coef.distfreereg

Documented in coef.distfreereg

coef.distfreereg <-
  function(object, ...){
    stopifnot(is.list(object))
    return(object[["theta_hat"]])
  }

Try the distfreereg package in your browser

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

distfreereg documentation built on April 4, 2025, 12:30 a.m.