-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
58 lines (57 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
S3method(print,ChoiceModelDesign)
S3method(print,FitChoice)
export(ChoiceModelDesign)
export(ComputeRespPars)
export(CreateExperiment)
export(ExtractBetaDraws)
export(ExtractParameterStats)
export(FitChoiceModel)
export(GetParameterStatistics)
export(GetStanErrorHandler)
export(GetStanWarningHandler)
export(IsRServer)
export(IsTestRServer)
export(LeftOutQuestions)
export(MatchChainClasses)
export(ParameterStatisticsInfo)
export(PlotPosteriorIntervals)
export(ReduceStanFitSize)
export(RespondentParameters)
export(RespondentParametersTable)
export(RunStanSampling)
export(TracePlots)
importFrom(flipData,CalibrateWeight)
importFrom(flipData,CleanSubset)
importFrom(flipData,CleanWeights)
importFrom(flipFormat,FormatAsPercent)
importFrom(flipFormat,FormatAsReal)
importFrom(flipFormat,HistTable)
importFrom(flipFormat,Labels)
importFrom(flipFormat,SampleDescription)
importFrom(flipTime,FormatPeriod)
importFrom(flipU,InterceptExceptions)
importFrom(ggplot2,scale_y_discrete)
importFrom(httr,GET)
importFrom(httr,write_disk)
importFrom(idefix,Modfed)
importFrom(idefix,Profiles)
importFrom(mlogit,mlogit)
importFrom(mlogit,mlogit.data)
importFrom(nnet,which.is.max)
importFrom(readxl,read_excel)
importFrom(rstan,extract)
importFrom(rstan,get_posterior_mean)
importFrom(rstan,monitor)
importFrom(rstan,plot)
importFrom(rstan,sampling)
importFrom(rstan,stan)
importFrom(rstan,traceplot)
importFrom(stats,as.formula)
importFrom(stats,contr.sum)
importFrom(stats,contr.treatment)
importFrom(stats,model.matrix)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(utils,getFromNamespace)
importFrom(utils,modifyList)