R/coefficients.evm.R

Defines functions coef.evmOpt

#' @export
coef.evmOpt <-
function(object, ...){
    res <- object$coefficients
#    if (length(res) == 2)
#    names(res) <- c("phi", "xi")
    res
}
harrysouthworth/texmex documentation built on March 8, 2024, 7:50 p.m.