-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
85 lines (84 loc) · 1.99 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
# Generated by roxygen2: do not edit by hand
S3method(plot,nplcm)
S3method(print,nplcm)
S3method(print,summary.nplcm.no_reg)
S3method(print,summary.nplcm.reg_nest)
S3method(print,summary.nplcm.reg_nest_strat)
S3method(print,summary.nplcm.reg_nonest)
S3method(print,summary.nplcm.reg_nonest_strat)
S3method(summary,nplcm)
export(H)
export(I2symb)
export(Imat2cat)
export(assign_model)
export(beta_parms_from_quantiles)
export(beta_plot)
export(bin2dec)
export(check_dir_create)
export(clean_combine_subsites)
export(clean_perch_data)
export(combine_data_nplcm)
export(compute_logOR_single_cause)
export(delete_start_with)
export(expit)
export(extract_data_raw)
export(get_individual_data)
export(get_individual_prediction)
export(get_top_pattern)
export(has_non_basis)
export(is_jags_folder)
export(is_length_all_one)
export(line2user)
export(logit)
export(logsumexp)
export(make_filename)
export(make_foldername)
export(make_list)
export(make_meas_object)
export(make_template)
export(marg_H)
export(match_cause)
export(merge_lists)
export(my_reorder)
export(nplcm)
export(nplcm_read_folder)
export(overall_uniform)
export(plot_check_common_pattern)
export(plot_check_pairwise_SLORD)
export(plot_logORmat)
export(read_meas_object)
export(rvbern)
export(s_date_Eti)
export(s_date_FPR)
export(show_dep)
export(show_individual)
export(simulate_nplcm)
export(softmax)
export(subset_data_nplcm_by_index)
export(summarize_BrS)
export(summarize_SS)
export(symb2I)
export(tsb)
export(unfactor)
export(unique_cause)
import(R2jags)
import(ggplot2)
import(graphics)
import(mgcv)
import(rjags)
importFrom(binom,binom.confint)
importFrom(ggpubr,ggarrange)
importFrom(gridExtra,grid.arrange)
importFrom(lubridate,day)
importFrom(lubridate,days_in_month)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(mvbutils,foodweb)
importFrom(reshape2,melt)
importFrom(robCompositions,cenLR)
importFrom(stats,aggregate)
importFrom(stats,qf)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,read.table)