R/coef.doqtl.R

Defines functions coef.doqtl

Documented in coef.doqtl

################################################################################
# Return the coefficients of a DOQTL object.
# Daniel Gatti
# Dan.Gatti@jax.org
# Oct. 21, 2013
################################################################################
coef.doqtl = function(object, ...) {
  return(object$coef)
} # coef.doqtl)
dmgatti/DOQTL documentation built on April 7, 2024, 10:35 p.m.