-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·89 lines (88 loc) · 1.85 KB
/
NAMESPACE
File metadata and controls
executable file
·89 lines (88 loc) · 1.85 KB
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
# Generated by roxygen2: do not edit by hand
S3method(lines,MethComp)
S3method(mcmc,MCmcmc)
S3method(mean,Meth)
S3method(pairs,MCmcmc)
S3method(plot,MCmcmc)
S3method(plot,Meth)
S3method(plot,MethComp)
S3method(plot,PBreg)
S3method(plot,VarComp)
S3method(points,MethComp)
S3method(post,MCmcmc)
S3method(post,mean)
S3method(post,sd)
S3method(predict,PBreg)
S3method(print,MCmcmc)
S3method(print,MethComp)
S3method(print,PBreg)
S3method(sort,Meth)
S3method(subset,MCmcmc)
S3method(subset,Meth)
S3method(summary,MCmcmc)
S3method(summary,Meth)
S3method(trace,mean)
S3method(trace,sd)
S3method(transform,Meth)
export(AltReg)
export(BA.est)
export(BA.plot)
export(DA.reg)
export(DA2y)
export(Deming)
export(MCmcmc)
export(Meth)
export(Meth.sim)
export(MethComp)
export(PBreg)
export(TDI)
export(abconv)
export(bothlines)
export(check.trans)
export(choose.trans)
export(corr.measures)
export(ends)
export(has.repl)
export(make.repl)
export(middle)
export(perm.repl)
export(sample.Meth)
export(to.long)
export(to.wide)
export(trace.MCmcmc)
export(y2DA)
import(grDevices)
import(graphics)
import(stats)
import(utils)
importFrom(coda,varnames)
importFrom(grDevices,grey)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(nlme,lme)
importFrom(nlme,lmeControl)
importFrom(nlme,pdBlocked)
importFrom(nlme,pdDiag)
importFrom(nlme,pdIdent)
importFrom(nlme,pdSymm)
importFrom(nlme,ranef)
importFrom(nlme,varIdent)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,tail)