-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
79 lines (75 loc) · 1.39 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
exportPattern("^[[:alpha:]]+")
import (mvna)
import (etm)
import (msm)
import(survival)
import(ggplot2)
import(mstate)
importFrom ("Epi",Lexis,Lexis.diagram,splitLexis,timeBand,status,dur,plot.Lexis)
importFrom ("lubridate",dmy,new_interval,as.period,as.duration,as.interval)
importFrom ("plyr",round_any)
importFrom("grDevices", "dev.off", "palette", "rainbow")
importFrom("graphics", "abline", "axis", "box", "legend", "lines","par", "plot", "points", "text")importFrom("stats", "aggregate", "na.omit", "predict", "reshape")
export(
age_as_year,
age_as_Date,
cmc_as_age,
cmc_as_year,
cmc_as_Date,
Date_as_age,
Date_as_year,
Date_as_cmc,
year_as_age,
year_as_Date,
year_as_cmc,
date_convert,
date_b,
stringf,
pos.char,
pos.charstr,
string.blank.omit,
transitions,
Sequences.ind.0,
locpath,
Remove.intrastate,
check.par,
StateSpace,
Parameters ,
SamplePath,
AgeTrans ,
YearTrans ,
OverviewEpisodes ,
OverviewTransitions ,
Occup ,
state_age,
state_time,
Trans ,
RateTable ,
Sequences ,
Sequences.ind,
Rates.ac ,
Lexispoints ,
Lexis.points,
Lexislines.episodes ,
Lexis.lines,
LexisOccExp ,
Biograph.Lexis,
Biograph.long ,
Biograph.mstate ,
Biograph.msm ,
Biograph.mvna ,
TransitionAB ,
Cumrates ,
MSLT.S ,
MSLT.e ,
ChangeObservationWindow.e ,
ChangeObservationWindow.t ,
GLHS.trans ,
GLHS.IllnessDeath,
plot.MSLT.S,
plot.cumrates,
plot.occup.S)
S3method(plot,MSLT.S)
S3method(plot,cumrates)
S3method(plot,occup.S)