This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
93 lines (92 loc) · 2.13 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
# Generated by roxygen2: do not edit by hand
S3method("$",rxEt)
S3method("[",rxEvid)
S3method("[",rxRateDur)
S3method("[<-",rxEvid)
S3method("[<-",rxRateDur)
S3method("[[",rxEvid)
S3method("[[",rxRateDur)
S3method(.DollarNames,rxEt)
S3method(as.character,rxEvid)
S3method(as.character,rxRateDur)
S3method(as.data.frame,rxEt)
S3method(as.data.frame,rxEvid)
S3method(as.data.frame,rxRateDur)
S3method(as.et,default)
S3method(c,rxEt)
S3method(c,rxEvid)
S3method(c,rxRateDur)
S3method(et,"function")
S3method(et,default)
S3method(et,rxParams)
S3method(et,rxSolve)
S3method(et,rxUi)
S3method(et,rxode2)
S3method(format,rxEvid)
S3method(format,rxRateDur)
S3method(print,rxEt)
S3method(print,rxEtTran)
S3method(print,rxEvid)
S3method(print,rxHidden)
S3method(print,rxRateDur)
S3method(rbind,rxEt)
S3method(rep,rxEt)
S3method(rxEtDispatchSolve,default)
S3method(seq,rxEt)
S3method(simulate,rxEt)
export("%>%")
export(.clearPipe)
export(.collectWarnings)
export(.pipeDfObs)
export(.pipeDfSub)
export(.pipeEvents)
export(.pipeInits)
export(.pipeKeep)
export(.pipeNStud)
export(.pipeNSub)
export(.pipeOmega)
export(.pipeParams)
export(.pipeRx)
export(.pipeSigma)
export(.pipeThetaMat)
export(.s3register)
export(.setRxode2)
export(add.dosing)
export(add.sampling)
export(as.et)
export(as.rxEvid)
export(as.rxRateDur)
export(et)
export(etExpand)
export(etRbind)
export(etRep)
export(etSeq)
export(eventTable)
export(forderForceBase)
export(is.rxEt)
export(is.rxStackData)
export(lotri)
export(rxCbindStudyIndividual)
export(rxEtDispatchSolve)
export(rxEvid)
export(rxRateDur)
export(rxReq)
export(rxRmvn)
export(rxStack)
export(toTrialDuration)
importFrom(Rcpp,evalCpp)
importFrom(lotri,lotri)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rxode2parse,rxode2parse)
importFrom(rxode2random,rxRmvn)
importFrom(rxode2random,rxnorm)
importFrom(stats,ave)
importFrom(stats,end)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,start)
importFrom(utils,.DollarNames)
importFrom(utils,assignInMyNamespace)
importFrom(utils,write.csv)
useDynLib(rxode2et, .registration=TRUE)