-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
42 lines (41 loc) · 991 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
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
S3method(print,summary.blrMod)
S3method(summary,blrMod)
export(CMplot)
export(ibrm)
export(ldmat)
export(new)
export(packageVersion)
export(read.delim)
export(read.table)
export(read_plink)
export(sbrm)
export(ssbrm)
export(write.table)
import(CMplot)
import(Matrix)
import(bigmemory)
import(methods)
importFrom(CMplot,CMplot)
importFrom(methods,new)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,printCoefmat)
importFrom(stats,rbeta)
importFrom(stats,rcauchy)
importFrom(stats,rchisq)
importFrom(stats,rexp)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace_all)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(hibayes, .registration=TRUE)