-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1.24 KB
/
Copy pathNAMESPACE
File metadata and controls
51 lines (50 loc) · 1.24 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,DesMat)
S3method(plot,glsPower)
S3method(print,DesMat)
S3method(print,glsPower)
export(RandEff_to_alpha012)
export(RandEff_to_icc)
export(VarClosed_Kasza)
export(VarClosed_Li)
export(alpha012_to_RandEff)
export(compute_InfoContent)
export(compute_glsPower)
export(construct_CovBlk)
export(construct_CovMat)
export(construct_DesMat)
export(construct_incompMat)
export(construct_timeAdjust)
export(construct_trtMat)
export(glsPower)
export(icc_to_RandEff)
export(plot_CellWeights)
export(plot_InfoContent)
export(tTestPwr)
import(Matrix)
importFrom(Rfast,spdinv)
importFrom(Rfast,submatrix)
importFrom(grDevices,colorRamp)
importFrom(plotly,"%>%")
importFrom(plotly,add_annotations)
importFrom(plotly,colorbar)
importFrom(plotly,config)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotly_empty)
importFrom(plotly,subplot)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,dnorm)
importFrom(stats,family)
importFrom(stats,gaussian)
importFrom(stats,integrate)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,uniroot)
importFrom(utils,adist)