-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
58 lines (57 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export("shared<-")
export("specific<-")
export(contacts)
export(get_col)
export(get_row)
export(panelGompertz)
export(panelGompertzLikelihood)
export(panelPomp)
export(panelRandomWalk)
export(panel_logmeanexp)
export(runif_panel_design)
export(shared)
export(specific)
export(toMatrixPparams)
export(toParamList)
export(toParamVec)
export(unitLogLik)
export(unit_objects)
export(unitlogLik)
export(wQuotes)
exportClasses(mif2d.ppomp)
exportClasses(panelPomp)
exportClasses(pfilterd.ppomp)
exportMethods("[")
exportMethods("[[")
exportMethods("coef<-")
exportMethods("shared<-")
exportMethods("specific<-")
exportMethods(coef)
exportMethods(length)
exportMethods(logLik)
exportMethods(mif2)
exportMethods(names)
exportMethods(pfilter)
exportMethods(plot)
exportMethods(print)
exportMethods(shared)
exportMethods(show)
exportMethods(simulate)
exportMethods(specific)
exportMethods(traces)
exportMethods(unitLogLik)
exportMethods(unit_objects)
exportMethods(unitlogLik)
exportMethods(window)
import(methods)
import(pomp)
importFrom(grDevices,dev.interactive)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(stats,dnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,read.table)
importFrom(utils,tail)