-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.24 KB
/
NAMESPACE
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,demogdata)
S3method(as.data.frame,lifetable)
S3method(fitted,fdm)
S3method(fitted,lca)
S3method(forecast,fdm)
S3method(forecast,fdmpr)
S3method(forecast,lca)
S3method(isfe,demogdata)
S3method(lines,demogdata)
S3method(lines,lifetable)
S3method(mean,demogdata)
S3method(median,demogdata)
S3method(models,fmforecast)
S3method(models,fmforecast2)
S3method(plot,demogdata)
S3method(plot,errorfdm)
S3method(plot,fmforecast)
S3method(plot,lca)
S3method(plot,lifetable)
S3method(points,demogdata)
S3method(print,demogdata)
S3method(print,errorfdm)
S3method(print,fdm)
S3method(print,fmforecast)
S3method(print,lca)
S3method(print,lifetable)
S3method(residuals,fdm)
S3method(residuals,lca)
S3method(simulate,fmforecast)
S3method(simulate,fmforecast2)
S3method(summary,demogdata)
S3method(summary,fdm)
S3method(summary,fdmpr)
S3method(summary,fmforecast)
S3method(summary,fmforecast2)
S3method(summary,lca)
S3method(update,fmforecast)
S3method(update,fmforecast2)
export(bms)
export(cm.spline)
export(cm.splinefun)
export(coherentfdm)
export(combine.demogdata)
export(compare.demogdata)
export(demogdata)
export(e0)
export(extract.ages)
export(extract.years)
export(fdm)
export(flife.expectancy)
export(hmd.e0)
export(hmd.mx)
export(hmd.pop)
export(isfe)
export(lca)
export(life.expectancy)
export(lifetable)
export(models)
export(netmigration)
export(pop.sim)
export(read.demogdata)
export(set.upperage)
export(sex.ratio)
export(smooth.demogdata)
export(tfr)
import(cobs)
import(forecast)
import(ftsa)
import(mgcv)
import(rainbow)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(stats,"tsp<-")
importFrom(stats,approx)
importFrom(stats,frequency)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nlm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,rpois)
importFrom(stats,simulate)
importFrom(stats,spline)
importFrom(stats,splinefun)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,uniroot)
importFrom(stats,update)
importFrom(stats,window)
importFrom(utils,read.table)