-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
28 lines (27 loc) · 797 Bytes
/
NAMESPACE
File metadata and controls
28 lines (27 loc) · 797 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
25
26
27
28
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,RandomBlock)
S3method(as.data.frame,RandomDataBase)
S3method(as.data.frame,RandomSubject)
S3method(as.data.frame,RandomSystemState)
S3method(plot,RandomAllocationValueService)
export(createSeed)
export(getBlockSizes)
export(getNextRandomResult)
export(getRandomAllocationValueService)
export(getRandomBlockSizeRandomizer)
export(getRandomConfiguration)
export(getRandomDataBase)
export(getRandomMethodPBR)
export(getRandomProject)
export(getTreatmentArmValueList)
export(writeExcelFile)
exportClasses(RandomAllocationValueService)
exportClasses(RandomSubject)
exportClasses(RandomSystemState)
import(methods)
import(stats)
import(tools)
import(utils)
importFrom(knitr,kable)
importFrom(knitr,knit_print)
importFrom(rlang,.data)