print_default: Print function for mortality objects

Description Usage Arguments

View source: R/utils.R

Description

Print function for mortality objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
## S3 method for class 'HyndmanUllah'
print(x, ...)

## S3 method for class 'predict.HyndmanUllah'
print(x, ...)

## S3 method for class 'LeeCarter'
print(x, ...)

## S3 method for class 'summary.LeeCarter'
print(x, ...)

## S3 method for class 'predict.LeeCarter'
print(x, ...)

## S3 method for class 'LiLee'
print(x, ...)

## S3 method for class 'summary.LiLee'
print(x, ...)

## S3 method for class 'predict.LiLee'
print(x, ...)

## S3 method for class 'MEM'
print(x, ...)

## S3 method for class 'predict.MEM'
print(x, ...)

## S3 method for class 'MRW'
print(x, ...)

## S3 method for class 'predict.MRW'
print(x, ...)

## S3 method for class 'Oeppen'
print(x, ...)

## S3 method for class 'summary.Oeppen'
print(x, ...)

## S3 method for class 'predict.Oeppen'
print(x, ...)

## S3 method for class 'OeppenC'
print(x, ...)

## S3 method for class 'summary.OeppenC'
print(x, ...)

## S3 method for class 'predict.OeppenC'
print(x, ...)

## S3 method for class 'RenshawHaberman'
print(x, ...)

## S3 method for class 'summary.RenshawHaberman'
print(x, ...)

## S3 method for class 'predict.RenshawHaberman'
print(x, ...)

print_default(x, ...)

print_predict_default(x, ...)

Arguments

x

A mortality object;

...

Further arguments passed to or from other methods.


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