R/print.countgmifs.R

Defines functions print.countgmifs

Documented in print.countgmifs

#' Print the Contents of a Count GMIFS Fitted Object.
#'
#' This function prints the names of the list objects from an \code{countgmifs} fitted model
#' @param object an \code{countgmifs} fitted object.
#' @param dots other arguments.
#' @keywords methods
#' @export
#' @examples
#' print.countgmifs()

print.countgmifs <-
function(x, ...) {
	print(names(x))
}

Try the countgmifs package in your browser

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

countgmifs documentation built on Jan. 8, 2020, 5:07 p.m.