-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export("cmat<-")
export("contr.hypothesis<-")
export("formula<-")
export("hmat<-")
export("thmat<-")
export(add_intercept)
export(all_centered)
export(centered_contrasts)
export(cmat)
export(cmat2eqs)
export(cmat2hmat)
export(contr.hypothesis)
export(eqs2cmat)
export(eqs2hmat)
export(filler_contrasts)
export(filler_names)
export(ginv2)
export(has_intercept)
export(hmat)
export(hmat2cmat)
export(hmat2eqs)
export(hypr)
export(is_centered)
export(is_intercept)
export(remove_intercept)
export(target_names)
export(thmat)
export(which_centered)
export(which_filler)
export(which_intercept)
export(which_target)
exportMethods("&")
exportMethods("*")
exportMethods("+")
exportMethods("/")
exportMethods("contrasts<-")
exportMethods("formula<-")
exportMethods("levels<-")
exportMethods("names<-")
exportMethods(as.call)
exportMethods(formula)
exportMethods(levels)
exportMethods(names)
exportMethods(nlevels)
exportMethods(show)
importFrom(MASS,as.fractions)
importFrom(MASS,fractions)
importFrom(MASS,ginv)
importFrom(MASS,mvrnorm)
importFrom(Matrix,Matrix)
importFrom(cli,col_grey)
importFrom(cli,col_red)
importFrom(cli,style_bold)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(pracma,Lcm)
importFrom(pracma,gcd)
importFrom(stats,cov)