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

Add @author, apply 72 rule.

parent 98b2091d
No related branches found
No related tags found
No related merge requests found
#' Summarizing Multivariate Covariance Generalized Linear Models fits.
#' @title Summarizing Multivariate Covariance Generalized Linear Models
#' fits.
#' @name summary.mcglm
#'
#' @description Summary for McGLMs objects.
#'
#' @param object an object of class mcglm, usually, a result of a call to \code{mcglm}.
#' @param ... additional arguments affecting the summary produced. Note the there is no extra options for
#' mcglm object class.
#' @return Print an mcglm object.
#' @param object an object of class \code{mcglm}, usually, a result of a
#' call to \code{mcglm}.
#' @param ... additional arguments affecting the summary produced. Note
#' the there is no extra options for mcglm object class.
#'
#' @return Print an \code{mcglm} object.
#'
#' @author Wagner Hugo Bonat, \email{wbonat@@ufpr.br}
#'
#' @method summary mcglm
#' @export
summary.mcglm <- function(object, ...) {
n_resp <- length(object$beta_names)
output <- list()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment