diff --git a/R/robustGARCH-summary.R b/R/robustGARCH-summary.R index a20a707..c45f554 100644 --- a/R/robustGARCH-summary.R +++ b/R/robustGARCH-summary.R @@ -160,10 +160,12 @@ plot.robustGARCH <- function(x, digits = 3, estimation_pos = "topleft", line_nam } -#' @rdname robustGarch-summary +#' @rdname robustGARCH-summary #' @export coef.robustGARCH = function(object, ...) { + object$fitted_pars + } #' @rdname robustGARCH-summary diff --git a/man/robustGARCH-summary.Rd b/man/robustGARCH-summary.Rd index ce39921..8f7fc3e 100644 --- a/man/robustGARCH-summary.Rd +++ b/man/robustGARCH-summary.Rd @@ -26,6 +26,8 @@ ... ) +\method{coef}{robustGARCH}(object, ...) + aef(fit, nu = 5) } \arguments{