summary.get.Residuals: Generic Summary

Description Usage Arguments

View source: R/get_Residuals.R

Description

Generic Summary

Usage

1
2
3
4
5
6
## S3 method for class 'get.Fitted'
summary(object, ..., digits = NULL)

## S3 method for class 'get.Residuals'
summary(object, ..., digits = max(4L,
  getOption("digits") - 2L))

Arguments

object

An object of class get.Residuals.

...

Arguments to be passed to or from other methods.

digits

Number of digits to display.


mpascariu/MortalityForecast documentation built on Sept. 28, 2020, 2:40 p.m.