-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
33 lines (32 loc) · 847 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,LinearLink)
S3method(print,MortalityEstimateData)
S3method(print,summary.LinearLink)
S3method(print,wilmoth)
S3method(summary,LinearLink)
S3method(summary,wilmoth)
export(LinearLink)
export(LinearLinkLT)
export(lt_logquad)
export(wilmoth)
export(wilmothLT)
export(wilmoth_control)
import(Rdpack)
importFrom(MortalityLaws,LifeTable)
importFrom(MortalityLaws,convertFx)
importFrom(pbapply,closepb)
importFrom(pbapply,setpb)
importFrom(pbapply,startpb)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,fitted)
importFrom(stats,lsfit)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,reshape)
importFrom(stats,smooth.spline)
importFrom(stats,uniroot)
importFrom(utils,head)
importFrom(utils,tail)