-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 887 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 887 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,alpha_estimate)
S3method(print,alpha_estimate)
S3method(summary,alpha_estimate)
export(GOF)
export(Poisson_model)
export(all_parametric_model)
export(alpha_estimate)
export(catch_all)
export(catch_best)
export(chao1)
export(convert)
export(geometric_model)
export(select_best_models)
export(three_geometric_model)
export(three_mixed_exp_EM)
export(three_mixed_exp_init)
export(three_mixed_exp_lld)
export(three_mixed_exp_se)
export(two_geometric_model)
export(two_mixed_exp_EM)
export(two_mixed_exp_init)
export(two_mixed_exp_lld)
export(two_mixed_exp_se)
export(wlrm_transformed)
export(wlrm_untransformed)
import(dplyr)
import(ggplot2)
import(stats)
importFrom(breakaway,alpha_estimate)
importFrom(breakaway,convert)
importFrom(graphics,legend)
importFrom(graphics,points)
importFrom(utils,head)
importFrom(utils,read.table)