-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 847 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(plot,cc_fit)
S3method(summary,cc_fit)
export(add_log_posterior_values)
export(casecrossover)
export(cc_control)
export(compute_marginal_means_and_variances)
export(create_linear_constraints)
export(fortify_priors)
export(get_indices)
export(make_linear_constraints)
export(make_model_lincombs)
export(marginal_hyperparameter_posterior)
export(model_setup)
export(normalize_log_posterior)
export(normalize_optresults_logpost)
export(optimize_all_thetas_parallel)
export(optimize_latentfield_trustoptim)
export(pc_prior)
export(supported_prior_distributions)
export(validate_linear_constraints)
export(validate_prior_distribution)
import(Matrix)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(stats,formula)
importFrom(stats,terms)