-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
73 lines (72 loc) · 1.61 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
# Generated by roxygen2: do not edit by hand
export(add_dis_age)
export(add_factor)
export(add_factor_crossing)
export(adjusted_c_hat)
export(bet)
export(create_model)
export(draw_pred)
export(fit_summary)
export(gam)
export(get_draws)
export(get_pred)
export(igam)
export(lgp)
export(log_normal)
export(model_summary)
export(new_x)
export(normal)
export(optimize_model)
export(param_summary)
export(plot_beta)
export(plot_components)
export(plot_data)
export(plot_draws)
export(plot_effect_times)
export(plot_f)
export(plot_pred)
export(plot_sim)
export(plot_warp)
export(ppc)
export(pred)
export(prior_pred)
export(read_proteomics_data)
export(relevances)
export(sample_model)
export(sample_param_prior)
export(select)
export(select.integrate)
export(select_freq)
export(select_freq.integrate)
export(simulate_data)
export(split_by_factor)
export(split_data)
export(split_random)
export(split_within_factor)
export(split_within_factor_random)
export(student_t)
export(uniform)
exportMethods(clear_postproc)
exportMethods(component_info)
exportMethods(component_names)
exportMethods(contains_postproc)
exportMethods(covariate_info)
exportMethods(get_model)
exportMethods(get_stanfit)
exportMethods(is_f_sampled)
exportMethods(num_components)
exportMethods(num_evalpoints)
exportMethods(num_paramsets)
exportMethods(parameter_info)
exportMethods(plot)
exportMethods(postproc)
exportMethods(show)
import(Rcpp)
import(methods)
import(rstantools)
importClassesFrom(rstan,stanfit)
importFrom(RcppParallel,CxxFlags)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(rstan,get_stream)
importFrom(rstan,sampling)
useDynLib(lgpr, .registration = TRUE)