R/coef.drcte.R

"coef.drcte" <-
function(object, ...)
{
    if (!is.null(object$"coefficients"))
    {
        return(object$"coefficients")
    } else {
        retVec <- c()
        # names(retVec) <- object$parNames[[1]]
        return(retVec)
    }
}

Try the drcte package in your browser

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

drcte documentation built on May 31, 2023, 6:11 p.m.