R/DstarMcoef.R

Defines functions coef.DstarM.fitD

#' @export
coef.DstarM.fitD <- function(object, ...) {
  return(object$Bestvals)
}

Try the DstarM package in your browser

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

DstarM documentation built on Aug. 29, 2020, 1:06 a.m.