-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
121 lines (120 loc) · 3.71 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
S3method(confint_betabinom,default)
S3method(confint_betabinom,wt_model)
S3method(confint_betabinom,wt_model_estimation)
S3method(confint_betabinom,wt_model_estimation_list)
S3method(confint_fisher,default)
S3method(confint_fisher,wt_ml_estimation)
S3method(confint_fisher,wt_model)
S3method(dist_delay,default)
S3method(dist_delay,wt_mcs_delay_data)
S3method(dist_mileage,default)
S3method(dist_mileage,wt_mcs_mileage_data)
S3method(estimate_cdf,default)
S3method(estimate_cdf,wt_reliability_data)
S3method(loglik_function,default)
S3method(loglik_function,wt_reliability_data)
S3method(loglik_profiling,default)
S3method(loglik_profiling,wt_reliability_data)
S3method(mcs_delay,default)
S3method(mcs_delay,wt_mcs_delay_data)
S3method(mcs_mileage,default)
S3method(mcs_mileage,wt_mcs_mileage_data)
S3method(mixmod_em,default)
S3method(mixmod_em,wt_reliability_data)
S3method(mixmod_regression,default)
S3method(mixmod_regression,wt_cdf_estimation)
S3method(ml_estimation,default)
S3method(ml_estimation,wt_reliability_data)
S3method(plot_conf,default)
S3method(plot_conf,wt_confint)
S3method(plot_conf_vis,ggplot)
S3method(plot_conf_vis,plotly)
S3method(plot_layout_vis,ggplot)
S3method(plot_layout_vis,plotly)
S3method(plot_mod,default)
S3method(plot_mod,wt_mixmod_em)
S3method(plot_mod,wt_mixmod_regression)
S3method(plot_mod,wt_mixmod_regression_list)
S3method(plot_mod,wt_model)
S3method(plot_mod,wt_model_estimation)
S3method(plot_mod,wt_model_estimation_list)
S3method(plot_mod_vis,ggplot)
S3method(plot_mod_vis,plotly)
S3method(plot_pop_vis,ggplot)
S3method(plot_pop_vis,plotly)
S3method(plot_prob,default)
S3method(plot_prob,wt_cdf_estimation)
S3method(plot_prob,wt_mixmod_em)
S3method(plot_prob,wt_mixmod_regression)
S3method(plot_prob,wt_mixmod_regression_list)
S3method(plot_prob,wt_ml_estimation)
S3method(plot_prob,wt_model)
S3method(plot_prob,wt_rank_regression)
S3method(plot_prob_vis,ggplot)
S3method(plot_prob_vis,plotly)
S3method(print,wt_cdf_estimation)
S3method(print,wt_delay_estimation)
S3method(print,wt_delay_estimation_list)
S3method(print,wt_em_results)
S3method(print,wt_mcs_delay_data)
S3method(print,wt_mcs_mileage_data)
S3method(print,wt_mileage_estimation)
S3method(print,wt_mixmod_em)
S3method(print,wt_mixmod_regression)
S3method(print,wt_mixmod_regression_list)
S3method(print,wt_ml_estimation)
S3method(print,wt_model)
S3method(print,wt_model_estimation)
S3method(print,wt_model_estimation_list)
S3method(print,wt_rank_regression)
S3method(print,wt_reliability_data)
S3method(r_squared_profiling,default)
S3method(r_squared_profiling,wt_cdf_estimation)
S3method(rank_regression,default)
S3method(rank_regression,wt_cdf_estimation)
S3method(vcov,wt_model_estimation)
export(confint_betabinom)
export(confint_fisher)
export(delta_method)
export(dist_delay)
export(dist_delay_register)
export(dist_delay_report)
export(dist_mileage)
export(estimate_cdf)
export(johnson_method)
export(kaplan_method)
export(loglik_function)
export(loglik_profiling)
export(mcs_delay)
export(mcs_delay_data)
export(mcs_delay_register)
export(mcs_delay_report)
export(mcs_delays)
export(mcs_mileage)
export(mcs_mileage_data)
export(mixmod_em)
export(mixmod_regression)
export(ml_estimation)
export(mr_method)
export(nelson_method)
export(plot_conf)
export(plot_mod)
export(plot_mod_mix)
export(plot_pop)
export(plot_prob)
export(plot_prob_mix)
export(predict_prob)
export(predict_quantile)
export(r_squared_profiling)
export(rank_regression)
export(reliability_data)
import(Rcpp)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,.data)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(utils,hasName)
useDynLib(weibulltools, .registration = TRUE)