Skip to content
Snippets Groups Projects
Commit 48ff952b authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Add @author @method, apply 72 rule.

parent 643c56aa
No related branches found
No related tags found
No related merge requests found
#' Calculate Variance-Covariance matrix for a fitted McGLM object. #' @title Calculate Variance-Covariance matrix for a fitted McGLM
#' object.
#' @name vcov.mcglm
#' #'
#' @description Returns the variance-covariance matrix for all parameters of a mcglm fitted model object. #' @description Returns the variance-covariance matrix for all
#' parameters of a \code{mcglm} fitted model object.
#'
#' @param object a fitted model \code{mcglm} object.
#' @param ... additional arguments affecting the summary produced. Note
#' that there is no extra options for mcglm object class.
#' #'
#' @param object a fitted model mcglm object.
#' @param ... additional arguments affecting the summary produced. Note that there is no extra options for
#' mcglm object class.
#' @return A variance-covariance matrix. #' @return A variance-covariance matrix.
#'
#' @author Wagner Hugo Bonat, \email{wbonat@@ufpr.br}
#'
#' @method vcov mcglm
#' @export #' @export
vcov.mcglm <- function(object, ...) { vcov.mcglm <- function(object, ...) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment