forked from zhenglei-gao/KineticEval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
S3method(plot,mcmckingui)
S3method(print,summary.kingui)
S3method(print,summary.mcmckingui)
S3method(print,summary.mkinmod.full)
S3method(summary,kingui)
S3method(summary,mcmckingui)
S3method(summary,mkinmod.full)
export(EF)
export(FOMC.solution)
export(IRLSkinfit.full)
export(IRLSkinfit.full.0)
export(KinEval)
export(KinReport)
export(MCMCcontrol)
export(MCMCstd)
export(MCstd)
export(autolayout)
export(calcCovar)
export(chi2err)
export(compare_multi_kinmod)
export(completeCompound)
export(datagraph)
export(emptygraph)
export(emptyreport)
export(fdjacobian)
export(kin_mod)
export(kin_mod_cost)
export(kin_mod_nls)
export(kingraph)
export(kingui.control)
export(kinplot)
export(list2ascii)
export(lsqnonlin)
export(mcmckinfit.full)
export(mkinfit.full)
export(mkinmod.full)
export(modFit1)
export(myformat)
export(rmse)
export(update_kinmod)
exportClasses(kingui)
exportClasses(mkinmod.full)
import(BB)
import(FME)
import(Rsolnp)
import(coda)
import(deSolve)
import(minpack.lm)
import(minqa)
import(numDeriv)
import(optimx)