-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
135 lines (134 loc) · 3.5 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
127
128
129
130
131
132
133
134
135
# Generated by roxygen2: do not edit by hand
S3method(coef,RprobitB_fit)
S3method(logLik,RprobitB_fit)
S3method(nobs,RprobitB_fit)
S3method(npar,RprobitB_fit)
S3method(plot,RprobitB_coef)
S3method(plot,RprobitB_data)
S3method(plot,RprobitB_fit)
S3method(plot,RprobitB_mml)
S3method(plot,RprobitB_waic)
S3method(predict,RprobitB_fit)
S3method(print,RprobitB_coef)
S3method(print,RprobitB_data)
S3method(print,RprobitB_fit)
S3method(print,RprobitB_gibbs_samples_statistics)
S3method(print,RprobitB_latent_classes)
S3method(print,RprobitB_mml)
S3method(print,RprobitB_model_selection)
S3method(print,RprobitB_normalization)
S3method(print,RprobitB_parameter)
S3method(print,RprobitB_waic)
S3method(print,summary.RprobitB_data)
S3method(print,summary.RprobitB_fit)
S3method(summary,RprobitB_data)
S3method(summary,RprobitB_fit)
S3method(transform,RprobitB_fit)
S3method(update,RprobitB_fit)
export(R_hat)
export(RprobitB_parameter)
export(WAIC)
export(as_cov_names)
export(check_prior)
export(choice_probabilities)
export(classification)
export(compute_p_si)
export(cov_mix)
export(create_lagged_cov)
export(d_to_gamma)
export(dmvnorm)
export(euc_dist)
export(fit_model)
export(get_cov)
export(ll_ordered)
export(mml)
export(model_selection)
export(npar)
export(overview_effects)
export(plot_roc)
export(point_estimates)
export(pred_acc)
export(prepare_data)
export(rdirichlet)
export(rmvnorm)
export(rtnorm)
export(rttnorm)
export(rwishart)
export(simulate_choices)
export(train_test)
export(update_Omega)
export(update_Sigma)
export(update_U)
export(update_U_ranked)
export(update_b)
export(update_d)
export(update_m)
export(update_reg)
export(update_s)
export(update_z)
importFrom(MASS,ginv)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(checkmate,assert_int)
importFrom(cli,style_hyperlink)
importFrom(crayon,underline)
importFrom(doSNOW,registerDoSNOW)
importFrom(foreach,"%dopar%")
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(gridExtra,grid.arrange)
importFrom(mixtools,ellipse)
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,pmvnorm)
importFrom(oeli,assert_covariance_matrix)
importFrom(oeli,delta)
importFrom(oeli,permutations)
importFrom(oeli,print_matrix)
importFrom(oeli,test_covariance_matrix)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plotROC,geom_roc)
importFrom(plotROC,style_roc)
importFrom(progress,progress_bar)
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,complete.cases)
importFrom(stats,cov2cor)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,spec.ar)
importFrom(stats,var)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(viridis,magma)
useDynLib(RprobitB, .registration=TRUE)