-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,inflmlm)
S3method(cooks.distance,mlm)
S3method(hatvalues,mlm)
S3method(infIndexPlot,mlm)
S3method(influence,mlm)
S3method(influencePlot,mlm)
S3method(lrPlot,lm)
S3method(print,inflmlm)
export("%^%")
export(lrPlot)
export(mlm.influence)
export(mpower)
export(tr)
importFrom(car,infIndexPlot)
importFrom(car,influenceIndexPlot)
importFrom(car,influencePlot)
importFrom(car,showLabels)
importFrom(grDevices,palette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(heplots,Mahalanobis)
importFrom(heplots,trans.colors)
importFrom(stats,coef)
importFrom(stats,cooks.distance)
importFrom(stats,hatvalues)
importFrom(stats,influence)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,qbeta)
importFrom(stats,qf)
importFrom(stats,residuals)
importFrom(stats,rstudent)
importFrom(utils,combn)