-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathNAMESPACE
108 lines (107 loc) · 2.6 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
# Generated by roxygen2: do not edit by hand
S3method(breakaway,data.frame)
S3method(breakaway,default)
S3method(breakaway,matrix)
S3method(breakaway,phyloseq)
S3method(breakaway,tbl_df)
S3method(breakaway_nof1,data.frame)
S3method(breakaway_nof1,default)
S3method(breakaway_nof1,matrix)
S3method(breakaway_nof1,phyloseq)
S3method(breakaway_nof1,tbl_df)
S3method(kemp,data.frame)
S3method(kemp,default)
S3method(kemp,matrix)
S3method(kemp,phyloseq)
S3method(plot,alpha_estimate)
S3method(plot,alpha_estimates)
S3method(print,alpha_estimate)
S3method(print,alpha_estimates)
S3method(summary,alpha_estimate)
S3method(summary,alpha_estimates)
export("%>%")
export(F_test)
export(alpha_estimate)
export(alpha_estimates)
export(betta)
export(betta_lincom)
export(betta_pic)
export(betta_random)
export(breakaway)
export(breakaway_nof1)
export(build_frequency_count_tables)
export(chao1)
export(chao1_bc)
export(chao_bunge)
export(chao_shen)
export(convert)
export(good_turing)
export(kemp)
export(make_design_matrix)
export(make_frequency_count_table)
export(objective_bayes_geometric)
export(objective_bayes_mixedgeo)
export(objective_bayes_negbin)
export(objective_bayes_poisson)
export(poisson_model)
export(poisson_model_nof1)
export(proportions_instead)
export(rnbinomtable)
export(rztnbinomtable)
export(sample_inverse_simpson)
export(sample_richness)
export(sample_shannon)
export(sample_shannon_e)
export(sample_simpson)
export(sample_size_estimate)
export(sample_size_figure)
export(test_submodel)
export(true_gini)
export(true_hill)
export(true_inverse_simpson)
export(true_shannon)
export(true_shannon_e)
export(true_simpson)
export(wlrm_transformed)
export(wlrm_untransformed)
import(ggplot2)
import(lme4)
import(magrittr)
import(phyloseq)
import(stats)
import(tibble)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(lme4,subbars)
importFrom(magrittr,"%>%")
importFrom(phyloseq,get_variable)
importFrom(phyloseq,sample_data)
importFrom(stats,acf)
importFrom(stats,coef)
importFrom(stats,dexp)
importFrom(stats,dgeom)
importFrom(stats,dnbinom)
importFrom(stats,dpois)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,nls)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,head)
importFrom(utils,read.table)