-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
149 lines (148 loc) · 3.79 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
S3method(LSresids,default)
S3method(LSresids,lme)
S3method(LSresids,lmerMod)
S3method(LSresids,mer)
S3method(adjust_lmList,formula)
S3method(case_delete,default)
S3method(case_delete,lme)
S3method(case_delete,lmerMod)
S3method(case_delete,mer)
S3method(coef,adjust_lmList)
S3method(confint,adjust_lmList)
S3method(cooks.distance,case_delete)
S3method(cooks.distance,lme)
S3method(cooks.distance,lmerMod)
S3method(cooks.distance,mer)
S3method(covratio,case_delete)
S3method(covratio,default)
S3method(covratio,lme)
S3method(covratio,lmerMod)
S3method(covratio,mer)
S3method(covtrace,case_delete)
S3method(covtrace,default)
S3method(covtrace,lme)
S3method(covtrace,lmerMod)
S3method(covtrace,mer)
S3method(hlm_augment,default)
S3method(hlm_augment,lme)
S3method(hlm_augment,lmerMod)
S3method(hlm_influence,default)
S3method(hlm_influence,lme)
S3method(hlm_influence,lmerMod)
S3method(hlm_resid,default)
S3method(hlm_resid,lme)
S3method(hlm_resid,lmerMod)
S3method(leverage,default)
S3method(leverage,lme)
S3method(leverage,lmerMod)
S3method(leverage,mer)
S3method(mdffits,case_delete)
S3method(mdffits,default)
S3method(mdffits,lme)
S3method(mdffits,lmerMod)
S3method(mdffits,mer)
S3method(plot,adjust_lmList.confint)
S3method(print,adjust_lmList)
S3method(pull_resid,default)
S3method(pull_resid,lme)
S3method(pull_resid,lmerMod)
S3method(resid_conditional,default)
S3method(resid_conditional,lme)
S3method(resid_conditional,lmerMod)
S3method(resid_marginal,default)
S3method(resid_marginal,lme)
S3method(resid_marginal,lmerMod)
S3method(rotate_ranef,default)
S3method(rotate_ranef,lme)
S3method(rotate_ranef,lmerMod)
S3method(rotate_ranef,mer)
S3method(rvc,case_delete)
S3method(rvc,default)
S3method(rvc,lme)
S3method(rvc,lmerMod)
S3method(rvc,mer)
export()
export(LSresids)
export(adjust_lmList)
export(case_delete)
export(compare_eb_ls)
export(covratio)
export(covtrace)
export(dotplot_diag)
export(extract_design)
export(hlm_augment)
export(hlm_influence)
export(hlm_resid)
export(leverage)
export(mdffits)
export(pull_resid)
export(resid_conditional)
export(resid_marginal)
export(rotate_ranef)
export(rvc)
export(varcomp.mer)
import(Matrix)
import(ggplot2)
import(methods)
importFrom(MASS,rlm)
importFrom(Rcpp,sourceCpp)
importFrom(diagonals,fatdiag)
importFrom(diagonals,split_vector)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(grDevices,devAskNewPage)
importFrom(janitor,clean_names)
importFrom(magrittr,"%>%")
importFrom(mgcv,tensor.prod.model.matrix)
importFrom(plyr,adply)
importFrom(plyr,ddply)
importFrom(plyr,rbind.fill)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(stats,IQR)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,cooks.distance)
importFrom(stats,covratio)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,lm)
importFrom(stats,lm.influence)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.exclude)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,resid)
importFrom(stats,rstandard)
importFrom(stats,sigma)
importFrom(stats,varimax)
importFrom(stats,vcov)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tibble,tibble)
importFrom(tidyselect,all_of)
useDynLib(HLMdiag, .registration = TRUE)