-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
95 lines (94 loc) · 2.1 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
# Generated by roxygen2: do not edit by hand
S3method(AIC,MortalityLaw)
S3method(deviance,MortalityLaw)
S3method(df.residual,MortalityLaw)
S3method(logLik,MortalityLaw)
S3method(plot,MortalityLaw)
S3method(predict,MortalityLaw)
S3method(print,LifeTable)
S3method(print,MortalityLaw)
S3method(print,ReadAHMD)
S3method(print,ReadCHMD)
S3method(print,ReadHMD)
S3method(print,ReadJMD)
S3method(print,availableLF)
S3method(print,availableLaws)
S3method(print,summary.MortalityLaw)
S3method(summary,MortalityLaw)
export(HP)
export(HP2)
export(HP3)
export(HP4)
export(LawTable)
export(LifeTable)
export(MortalityLaw)
export(ReadAHMD)
export(ReadCHMD)
export(ReadHMD)
export(ReadJMD)
export(availableHMD)
export(availableLF)
export(availableLaws)
export(beard)
export(beard_makeham)
export(carriere1)
export(carriere2)
export(convertFx)
export(ggompertz)
export(gompertz)
export(gompertz0)
export(invgompertz)
export(invweibull)
export(kannisto)
export(kannisto_makeham)
export(kostaki)
export(makeham)
export(makeham0)
export(martinelle)
export(opperman)
export(perks)
export(quadratic)
export(rogersplanck)
export(siler)
export(strehler_mildvan)
export(thiele)
export(vandermaen)
export(vandermaen2)
export(weibull)
export(wittstein)
import(httr)
import(rvest)
importFrom(RCurl,getURL)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(methods,is)
importFrom(minpack.lm,nls.lm)
importFrom(minpack.lm,nls.lm.control)
importFrom(pbapply,closepb)
importFrom(pbapply,setpb)
importFrom(pbapply,startpb)
importFrom(stats,coef)
importFrom(stats,df.residual)
importFrom(stats,fitted)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,vcov)
importFrom(tidyr,spread)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)