forked from jomulder/BFpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 838 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(BF,bain_htest)
S3method(BF,coxph)
S3method(BF,glm)
S3method(BF,glmerMod)
S3method(BF,hetcor)
S3method(BF,htest)
S3method(BF,lavaan)
S3method(BF,lm)
S3method(BF,lmerMod)
S3method(BF,mlm)
S3method(BF,rem)
S3method(BF,rem.dyad)
S3method(BF,vtest)
S3method(get_estimates,bain_htest)
S3method(get_estimates,lm)
S3method(get_estimates,matrix)
S3method(print,BF)
S3method(var_test,default)
S3method(var_test,formula)
export(BF)
export(get_estimates)
export(var_test)
importFrom(MASS,ginv)
importFrom(MCMCpack,rinvgamma)
importFrom(Matrix,rankMatrix)
importFrom(bain,t_test)
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,dmvt)
importFrom(mvtnorm,pmvnorm)
importFrom(mvtnorm,pmvt)
importFrom(mvtnorm,rmvnorm)
importFrom(pracma,rref)
importFrom(utils,getFromNamespace)
importFrom(utils,tail)