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
}

Try the texmex package in your browser

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

texmex documentation built on Dec. 4, 2020, 5:08 p.m.