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)
    }
}
OnofriAndreaPG/drcte documentation built on April 14, 2025, 10:44 a.m.