-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(best_model_description)
export(boot_all_models)
export(build_design_matrix)
export(build_empty_design_matrix)
export(build_param_matrix)
export(build_param_names)
export(compute_aic_w)
export(compute_demography)
export(compute_estimates_average)
export(compute_indices)
export(compute_logLik)
export(compute_logLikC)
export(compute_survival_info)
export(evidence_ratios_top_models)
export(expand_param_matrix)
export(fit)
export(fit_all_models)
export(get_param_name)
export(get_param_names_without_meta)
export(interpol_surv)
export(list_tables_boot)
export(logLik_from_design_matrix)
export(logLik_from_vector_param)
export(make_param_str_list)
export(median_lifespan)
export(plot_baseline)
export(plot_capture)
export(plot_captured_demog)
export(plot_survivorship)
export(predict)
export(predict_avg)
export(predict_captive_mortality)
export(predictor)
export(predictorC)
export(predictorC_wrap)
export(prepare_data_for_capture_plot)
export(save_xlsx)
export(table_SE)
export(table_all_models)
export(table_boot)
export(table_estimates)
export(table_lifespan)
export(table_model_averaging)
importFrom(Rcpp,evalCpp)
useDynLib(SileR)