-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
106 lines (105 loc) · 2.57 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,BaselineDataList)
S3method(cbind,BaselineDataFrame)
export(add_covariates)
export(baseline_covariates)
export(bernoulli_prior)
export(beta_prior)
export(bin_var)
export(binary_cutoff)
export(borrowing_details)
export(borrowing_full)
export(borrowing_hierarchical_commensurate)
export(borrowing_none)
export(cauchy_prior)
export(check_cmdstan)
export(check_cmdstanr)
export(check_data_matrix_has_columns)
export(cont_var)
export(covariance_matrix)
export(create_analysis_obj)
export(create_baseline_object)
export(create_data_matrix)
export(create_data_simulation)
export(create_event_dist)
export(create_simulation_obj)
export(custom_enrollment)
export(cut_off_after_events)
export(cut_off_after_first)
export(cut_off_after_last)
export(cut_off_none)
export(enrollment_constant)
export(exp_surv_dist)
export(exponential_prior)
export(gamma_prior)
export(generate)
export(get_cmd_stan_models)
export(get_data)
export(get_quantiles)
export(get_results)
export(get_stan_code)
export(get_vars)
export(half_cauchy_prior)
export(half_normal_prior)
export(logistic_bin_outcome)
export(mcmc_sample)
export(normal_prior)
export(null_event_dist)
export(outcome_bin_logistic)
export(outcome_cont_normal)
export(outcome_surv_exponential)
export(outcome_surv_pem)
export(outcome_surv_weibull_ph)
export(plot)
export(plot_pdf)
export(plot_pmf)
export(poisson_prior)
export(prior_bernoulli)
export(prior_beta)
export(prior_cauchy)
export(prior_exponential)
export(prior_gamma)
export(prior_half_cauchy)
export(prior_half_normal)
export(prior_normal)
export(prior_poisson)
export(rename_draws_covariates)
export(set_cut_off)
export(set_dropout)
export(set_enrollment)
export(set_transformations)
export(show_guide)
export(sim_borrowing_list)
export(sim_covariate_list)
export(sim_covariates)
export(sim_data_list)
export(sim_outcome_list)
export(sim_samplesize)
export(sim_treatment_list)
export(treatment_details)
export(uniform_prior)
export(variable_dictionary)
export(weib_ph_surv_dist)
exportMethods(c)
exportMethods(generate)
exportMethods(mcmc_sample)
exportMethods(set_transformations)
import(checkmate)
import(future)
import(methods)
importFrom(Matrix,nearPD)
importFrom(generics,generate)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(mvtnorm,rmvnorm)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,formula)
importFrom(stats,model.matrix)
importFrom(stats,pnorm)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,packageVersion)