Skip to content

Commit

Permalink
fix roxygen doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
dan9401 committed Nov 25, 2024
1 parent 236911c commit 120bfa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/robustGARCH-summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions man/robustGARCH-summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 120bfa4

Please sign in to comment.