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 April 3, 2025, 7:54 p.m.