-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
126 lines (125 loc) · 2.58 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2: do not edit by hand
S3method("+",csm)
S3method("+",default)
S3method(AICc,cm)
S3method(MSE,cm)
S3method(SSE,cm)
S3method(anova,cm)
S3method(anova,cm_list)
S3method(coef,cm)
S3method(constraints,cm)
S3method(end,csm)
S3method(fit,csm)
S3method(fun,csm)
S3method(getCall,cm)
S3method(logLik,cm)
S3method(natt,cm)
S3method(nobs,cm)
S3method(npar,cm)
S3method(nstim,cm)
S3method(parspace,character)
S3method(parspace,cm)
S3method(predict,cm)
S3method(print,csm_constraint)
S3method(print,summary.cm)
S3method(summary,cm)
export("+")
export(.as_rhs)
export(.check_and_match_choicerule)
export(.check_and_match_solver)
export(.check_fixvalues)
export(.check_par)
export(.install_solver_if_missing)
export(.param_fix)
export(.param_formula)
export(.solve_grid_constraint)
export(Bayes)
export(Cm)
export(MSE)
export(RMSE.cm)
export(SSE)
export(Shift)
export(argmax)
export(baseline_const_c)
export(baseline_const_d)
export(baseline_mean_c)
export(baseline_mean_d)
export(bayes)
export(bayes_beta_c)
export(bayes_beta_d)
export(bayes_dirichlet_c)
export(bayes_dirichlet_d)
export(chr_as_rhs)
export(cm_choicerules)
export(cm_options)
export(cm_solvers)
export(cognitivemodel)
export(constraints)
export(cpt_c)
export(cpt_d)
export(cpt_mem_c)
export(cpt_mem_d)
export(ebm)
export(ebm_j)
export(end)
export(epsilon)
export(epsilon_greedy)
export(fit)
export(fun)
export(gcm)
export(get_ev)
export(get_p)
export(get_var)
export(get_x)
export(hm1988)
export(luce)
export(make_parspace)
export(mem)
export(natt)
export(nobs)
export(npar)
export(nstim)
export(parspace)
export(rsenvironment)
export(shift_d)
export(shortfall_c)
export(shortfall_cpp)
export(shortfall_d)
export(softmax)
export(threshold)
export(threshold_c)
export(threshold_d)
export(utility_pow_c)
export(utility_pow_d)
export(varG)
import(Formula)
import(R6)
import(ROI)
import(Rcpp)
import(Rsolnp)
import(cognitiveutils)
import(combinat)
import(data.table)
import(methods)
import(quadprog)
import(stats)
importFrom(AICcmodavg,AICc)
importFrom(Rcpp,sourceCpp)
importFrom(abind,abind)
importFrom(arrangements,permutations)
importFrom(cognitiveutils,akaike_weight)
importFrom(cognitiveutils,cr_argmax)
importFrom(cognitiveutils,cr_epsilon)
importFrom(cognitiveutils,cr_luce)
importFrom(cognitiveutils,cr_softmax)
importFrom(combinat,xsimplex)
importFrom(data.table,"%between%")
importFrom(english,english)
importFrom(gtools,rdirichlet)
importFrom(matlib,showEqn)
importFrom(rlang,call_standardise)
importFrom(stringr,str_extract)
importFrom(utils,adist)
importFrom(utils,install.packages)
importFrom(utils,menu)
useDynLib(cognitivemodels, .registration = TRUE)