forked from ghurault/EczemaPred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
100 lines (99 loc) · 2.72 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
# Generated by roxygen2: do not edit by hand
S3method(EczemaFit,EczemaModel)
S3method(default_prior,AR1)
S3method(default_prior,BinMC)
S3method(default_prior,BinRW)
S3method(default_prior,MC)
S3method(default_prior,MixedAR1)
S3method(default_prior,OrderedRW)
S3method(default_prior,RW)
S3method(default_prior,Smoothing)
S3method(default_prior,character)
S3method(list_parameters,AR1)
S3method(list_parameters,BinMC)
S3method(list_parameters,BinRW)
S3method(list_parameters,MC)
S3method(list_parameters,MixedAR1)
S3method(list_parameters,OrderedRW)
S3method(list_parameters,RW)
S3method(list_parameters,Smoothing)
S3method(list_parameters,character)
S3method(prepare_standata,AR1)
S3method(prepare_standata,EczemaModel)
S3method(prepare_standata,MC)
S3method(prepare_standata,RW)
S3method(prepare_standata,Smoothing)
S3method(print,EczemaModel)
S3method(print_prior,AR1)
S3method(print_prior,BinMC)
S3method(print_prior,BinRW)
S3method(print_prior,EczemaModel)
S3method(print_prior,MC)
S3method(print_prior,MixedAR1)
S3method(print_prior,OrderedRW)
S3method(print_prior,RW)
S3method(print_prior,Smoothing)
S3method(sample_prior,EczemaModel)
S3method(sample_prior,MC)
S3method(validate_prior,AR1)
S3method(validate_prior,BinMC)
S3method(validate_prior,BinRW)
S3method(validate_prior,EczemaModel)
S3method(validate_prior,MC)
S3method(validate_prior,MixedAR1)
S3method(validate_prior,OrderedRW)
S3method(validate_prior,RW)
S3method(validate_prior,Smoothing)
export("%>%")
export(EczemaFit)
export(EczemaModel)
export(add_historical_pred)
export(add_metrics1_c)
export(add_metrics1_d)
export(add_metrics2_c)
export(add_metrics2_d)
export(add_predictions)
export(add_prior)
export(add_uniform_pred)
export(default_prior)
export(detail_fc_training)
export(extract_RPS)
export(extract_lpd)
export(extract_parameters)
export(extract_simulations)
export(generate_missing)
export(get_compiled_model)
export(get_fc_iteration)
export(get_fc_training_iteration)
export(get_index)
export(get_index2)
export(list_parameters)
export(make_empty_data)
export(plot_latent_OrderedRW)
export(plot_post_traj_fanchart)
export(plot_post_traj_pmf)
export(plot_ppc_traj_fanchart)
export(plot_ppc_traj_pmf)
export(plot_transition_MC)
export(prepare_data_lgtd)
export(prepare_standata)
export(print_distribution)
export(print_prior)
export(replace_prior)
export(sample_prior)
export(samples_to_list)
export(split_fc_dataset)
export(validate_prior)
import(Rcpp)
import(dplyr)
import(ggplot2)
import(methods)
import(tidyr)
importClassesFrom(markovchain,markovchain)
importFrom(HuraultMisc,is_scalar)
importFrom(HuraultMisc,is_scalar_wholenumber)
importFrom(HuraultMisc,is_stanfit)
importFrom(HuraultMisc,is_wholenumber)
importFrom(magrittr,"%>%")
importFrom(rstan,sampling)
useDynLib(EczemaPred, .registration = TRUE)