forked from erikerhardt/flipMaxDiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
31 lines (30 loc) · 881 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
# Generated by roxygen2: do not edit by hand
S3method(print,FitMaxDiff)
export(CheckMaxDiffDesign)
export(FitMaxDiff)
export(IntegrateDesignAndData)
export(MaxDiffDesign)
export(Memberships)
export(RespondentParameters)
export(dBestWorst)
export(dExplodedLogit)
import(AlgDesign)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,evalCpp)
importFrom(flipData,CalibrateWeight)
importFrom(flipData,CleanSubset)
importFrom(flipData,CleanWeights)
importFrom(flipFormat,FormatAsPercent)
importFrom(flipFormat,FormatWithDecimals)
importFrom(flipFormat,HistTable)
importFrom(flipFormat,MaxDiffTableClasses)
importFrom(flipFormat,TrimWhitespace)
importFrom(rstan,extract)
importFrom(rstan,rstan_options)
importFrom(rstan,sampling)
importFrom(rstan,stan)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,quantile)
useDynLib(flipMaxDiff, .registration = TRUE)