summary function

Summary of boxcoxmix functions

Summary of boxcoxmix functions

summary() and print() are generic functions used to produce the results of the functions: np.boxcoxmix(), optim.boxcox() and tolfind.boxcox().

## S3 method for class 'boxcoxmix' print(x, digits = max(3, getOption("digits") - 3), na.print = "", ...) ## S3 method for class 'boxcoxmixpure' print(x, digits = max(3, getOption("digits") - 3), na.print = "", ...) ## S3 method for class 'boxcoxmix' summary(object, digits = max(3, getOption("digits") - 3), ...) ## S3 method for class 'boxcoxmixpure' summary(object, digits = max(3, getOption("digits") - 3), ...)

Arguments

  • x: an object for which a summary is desired.
  • digits: an integer number format.
  • na.print: a character string which is used to indicate NA values output format.
  • ...: additional arguments.
  • object: an object for which a summary is desired.

Returns

Return invisibly the main object provided, while print a summary of its content.

  • Maintainer: Iago Giné-Vázquez
  • License: GPL (>= 3)
  • Last published: 2024-08-21