-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 912 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
# Generated by roxygen2: do not edit by hand
S3method(print,ggplot)
export("%>%")
export(compute_cox_direction)
export(gaussian_create_moment_matrix)
export(gaussian_create_random_initial_design)
export(gaussian_get_opt_crit_value)
export(gaussian_mixture_coord_exch)
export(gaussian_plot_result)
export(get_correlated_halton_draws)
export(get_halton_draws)
export(mixture_coord_ex)
export(mnl_create_moment_matrix)
export(mnl_create_random_beta)
export(mnl_create_random_initial_design)
export(mnl_design_array_to_dataframe)
export(mnl_design_dataframe_to_array)
export(mnl_get_Ps)
export(mnl_get_Xs)
export(mnl_get_fds_simulations)
export(mnl_get_information_matrix)
export(mnl_get_opt_crit_value)
export(mnl_mixture_coord_exch)
export(mnl_plot_result)
export(plot_cox_direction)
export(transform_varcov_matrix)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
useDynLib(opdesmixr, .registration = TRUE)