-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
135 lines (134 loc) · 3.5 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Generated by roxygen2: do not edit by hand
S3method(KRmodcomp,gls)
S3method(KRmodcomp,lmerMod)
S3method(PBmodcomp,gls)
S3method(PBmodcomp,lm)
S3method(PBmodcomp,merMod)
S3method(PBrefdist,gls)
S3method(PBrefdist,lm)
S3method(PBrefdist,lme)
S3method(PBrefdist,merMod)
S3method(SATmodcomp,gls)
S3method(SATmodcomp,lmerMod)
S3method(X2modcomp,gls)
S3method(X2modcomp,lmerMod)
S3method(fanova,gls)
S3method(fanova,lm)
S3method(fanova,lmerMod)
S3method(fmodcomp,gls)
S3method(fmodcomp,lm)
S3method(fmodcomp,lmerMod)
S3method(getLRT,glmerMod)
S3method(getLRT,gls)
S3method(getLRT,lm)
S3method(getLRT,lmerMod)
S3method(get_Lb_ddf,lmerMod)
S3method(get_SigmaG,lmerMod)
S3method(get_vary,gls)
S3method(get_vary,lmerMod)
S3method(model2restriction_matrix,default)
S3method(model2restriction_matrix,lm)
S3method(model2restriction_matrix,merMod)
S3method(plot,PBmodcomp)
S3method(print,KRmodcomp)
S3method(print,PBFmodcomp)
S3method(print,PBmodcomp)
S3method(print,SATmodcomp)
S3method(print,fanova)
S3method(print,summary_KRmodcomp)
S3method(print,summary_PBmodcomp)
S3method(print,summary_SATmodcomp)
S3method(restriction_matrix2model,default)
S3method(restriction_matrix2model,glmerMod)
S3method(restriction_matrix2model,lm)
S3method(restriction_matrix2model,lmerMod)
S3method(simulate,gls)
S3method(summary,KRmodcomp)
S3method(summary,PBFmodcomp)
S3method(summary,PBmodcomp)
S3method(summary,SATmodcomp)
S3method(vcovAdj,lmerMod)
export(KRmodcomp)
export(Lb_ddf)
export(PBFmodcomp)
export(PBmodcomp)
export(PBrefdist)
export(SATmodcomp)
export(X2modcomp)
export(compare_column_space)
export(ddf_Lb)
export(fanova)
export(fmodcomp)
export(getLRT)
export(get_Lb_ddf)
export(get_SigmaG)
export(get_vary)
export(gls_cov_matrix)
export(gls_varcorr)
export(make_model_matrix)
export(make_restriction_matrix)
export(model2restriction_matrix)
export(refit_gls)
export(restriction_matrix2model)
export(seqPBmodcomp)
export(tidy)
export(vcovAdj)
export(vcovAdj.lmerMod)
import(lme4)
importClassesFrom(Matrix,Matrix)
importFrom(MASS,ginv)
importFrom(Matrix,Matrix)
importFrom(Matrix,crossprod)
importFrom(Matrix,rankMatrix)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,tcrossprod)
importFrom(broom,tidy)
importFrom(dplyr,as_tibble)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(methods,as)
importFrom(methods,is)
importFrom(nlme,corMatrix)
importFrom(nlme,getGroups)
importFrom(nlme,gls)
importFrom(nlme,varWeights)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterExport)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,logLik)
importFrom(stats,model.matrix)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pgamma)
importFrom(stats,printCoefmat)
importFrom(stats,quantile)
importFrom(stats,sigma)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,head)
importMethodsFrom(Matrix,"%*%")
importMethodsFrom(Matrix,"*")
importMethodsFrom(Matrix,chol)
importMethodsFrom(Matrix,chol2inv)
importMethodsFrom(Matrix,diag)
importMethodsFrom(Matrix,forceSymmetric)
importMethodsFrom(Matrix,isSymmetric)
importMethodsFrom(Matrix,solve)
importMethodsFrom(Matrix,t)