-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
61 lines (60 loc) · 1.47 KB
/
NAMESPACE
File metadata and controls
61 lines (60 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
S3method(plot,nlsBoot)
S3method(plot,nlsConfRegions)
S3method(plot,nlsContourRSS)
S3method(plot,nlsJack)
S3method(plot,nlsResiduals)
S3method(print,nlsBoot)
S3method(print,nlsConfRegions)
S3method(print,nlsContourRSS)
S3method(print,nlsJack)
S3method(print,nlsResiduals)
S3method(summary,nlsBoot)
S3method(summary,nlsJack)
export(compet_mich)
export(confint2)
export(michaelis)
export(nlsBoot)
export(nlsConfRegions)
export(nlsContourRSS)
export(nlsJack)
export(nlsResiduals)
export(non_compet_mich)
export(overview)
export(plotfit)
export(preview)
export(test.nlsResiduals)
importFrom(grDevices,terrain.colors)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,contour)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,df.residual)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,pnorm)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,profile)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,update)
importFrom(stats,vcov)