-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
24 lines (23 loc) · 695 Bytes
/
NAMESPACE
File metadata and controls
24 lines (23 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by roxygen2: do not edit by hand
export(config.validation)
export(create.phenotype.report)
export(derive.first.degree)
export(derive.rank.normal.transform)
export(expand.surveycto.config)
export(parse.surveycto)
export(response.depends.on.not.na)
export(response.depends.on.yes)
export(response.is.computed.bmi)
export(response.is.duplicate.of)
export(response.is.greater.than)
export(response.is.less.than)
export(year.is.consistent.with.age)
importFrom(graphics,hist)
importFrom(magrittr,`%>%`)
importFrom(methods,is)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,read.table)
importFrom(utils,type.convert)
importFrom(utils,write.table)