-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.54 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Generated by roxygen2: do not edit by hand
export(.ectdEnv)
export(addResidualError)
export(allocateTreatments)
export(analyzeData)
export(analyzeRep)
export(applyPredCode)
export(calculateDiffsFromBase)
export(calculateObsSummary)
export(calculateSimTrialMeans)
export(checkColNames)
export(checkDropOutFun)
export(checkMacroFormat)
export(checkMicroFormat)
export(checkSimAlpha)
export(checkSymmetricPDMatrix)
export(compileSummary)
export(convertSASIncludeRows)
export(convertToSASCode)
export(createContinuousCovariates)
export(createCovariates)
export(createDirectories)
export(createDiscreteCovariates)
export(createDropout)
export(createEmptyMicro)
export(createExternalCovariates)
export(createExternalParameters)
export(createInterims)
export(createMCAR)
export(createNmMatrix)
export(createNormalParameters)
export(createParameters)
export(createResponse)
export(createResponseVariable)
export(createTimeVaryingCovariates)
export(createTreatments)
export(createTvDefinition)
export(ectdStop)
export(generateData)
export(getEctdColName)
export(getEctdExternalPath)
export(getEctdPossibleColNames)
export(getReplicates)
export(initialChar)
export(interimAnalysis)
export(macroEvaluation)
export(matchEctdColNames)
export(parseCharInput)
export(performAnalysis)
export(readAllData)
export(readData)
export(removeDirectories)
export(resetEctdColNames)
export(setEctdColName)
export(setEctdDataMethod)
export(setEctdExternalPath)
export(setEctdPossibleColNames)
export(setEctdVerbose)
export(summarizeTrialMeans)
export(validNames)
export(writeData)
export(writeLogFile)