forked from hojsgaard/pbkrtest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.7 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
# Generated by roxygen2: do not edit by hand
S3method(KRmodcomp,lmerMod)
S3method(PBmodcomp,lm)
S3method(PBmodcomp,merMod)
S3method(PBrefdist,lm)
S3method(PBrefdist,merMod)
S3method(SATmodcomp,lmerMod)
S3method(as.data.frame,KRmodcomp)
S3method(as.data.frame,PBmodcomp)
S3method(as.data.frame,SATmodcomp)
S3method(as.data.frame,XXmodcomp)
S3method(get_Lb_ddf,lmerMod)
S3method(get_SigmaG,lmerMod)
S3method(model2restriction_matrix,default)
S3method(model2restriction_matrix,lm)
S3method(model2restriction_matrix,merMod)
S3method(plot,PBmodcomp)
S3method(print,KRmodcomp)
S3method(print,PBmodcomp)
S3method(print,SATmodcomp)
S3method(print,summary_PBmodcomp)
S3method(restriction_matrix2model,default)
S3method(restriction_matrix2model,lm)
S3method(restriction_matrix2model,merMod)
S3method(summary,KRmodcomp)
S3method(summary,PBmodcomp)
S3method(tidy,KRmodcomp)
S3method(tidy,PBmodcomp)
S3method(tidy,SATmodcomp)
S3method(tidy,summary_KRmodcomp)
S3method(tidy,summary_PBmodcomp)
S3method(vcovAdj,lmerMod)
export(KRmodcomp)
export(Lb_ddf)
export(PBmodcomp)
export(PBrefdist)
export(SATmodcomp)
export(compare_column_space)
export(ddf_Lb)
export(getKR)
export(getSAT)
export(get_Lb_ddf)
export(get_SigmaG)
export(make_model_matrix)
export(make_restriction_matrix)
export(model2restriction_matrix)
export(restriction_matrix2model)
export(tidy)
export(vcovAdj)
export(vcovAdj.lmerMod)
import(lme4)
importClassesFrom(Matrix,Matrix)
importFrom(MASS,ginv)
importFrom(Matrix,Matrix)
importFrom(Matrix,rankMatrix)
importFrom(Matrix,sparseMatrix)
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(parallel,clusterCall)
importFrom(parallel,clusterExport)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,family)
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)