-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
130 lines (129 loc) · 3.4 KB
/
NAMESPACE
File metadata and controls
130 lines (129 loc) · 3.4 KB
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
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
S3method(compute_ci,age_time_model)
S3method(compute_ci,default)
S3method(compute_ci,fp_model)
S3method(compute_ci,hierarchical_bayesian_model)
S3method(compute_ci,lp_model)
S3method(compute_ci,mixture_model)
S3method(compute_ci,penalized_spline_model)
S3method(compute_ci,weibull_model)
S3method(plot,age_time_model)
S3method(plot,estimate_from_mixture)
S3method(plot,farrington_model)
S3method(plot,fp_model)
S3method(plot,hierarchical_bayesian_model)
S3method(plot,lp_model)
S3method(plot,mixture_model)
S3method(plot,penalized_spline_model)
S3method(plot,polynomial_model)
S3method(plot,weibull_model)
S3method(predict,age_time_model)
S3method(predict,farrington_model)
S3method(predict,fp_model)
S3method(predict,hierarchical_bayesian_model)
S3method(predict,lp_model)
S3method(predict,penalized_spline_model)
S3method(predict,polynomial_model)
S3method(predict,weibull_model)
S3method(print,age_time_model)
S3method(print,estimate_from_mixture)
S3method(print,farrington_model)
S3method(print,fp_model)
S3method(print,hierarchical_bayesian_model)
S3method(print,lp_model)
S3method(print,mixture_model)
S3method(print,penalized_spline_model)
S3method(print,polynomial_model)
S3method(print,weibull_model)
export(add_thresholds)
export(age_time_model)
export(compare_models)
export(correct_prevalence)
export(est_foi)
export(estimate_from_mixture)
export(farrington_model)
export(fp_model)
export(hierarchical_bayesian_model)
export(lp_model)
export(mixture_model)
export(pava)
export(penalized_spline_model)
export(plot_corrected_prev)
export(plot_gcv)
export(plot_standard_curve)
export(plot_titer_qc)
export(polynomial_model)
export(set_plot_style)
export(standardize_data)
export(to_titer)
export(transform_data)
export(weibull_model)
import(Rcpp)
import(assertthat)
import(dplyr)
import(ggplot2)
import(graphics)
import(locfit)
import(methods)
import(pROC)
import(patchwork)
import(scam)
import(tidyr)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(assertthat,assert_that)
importFrom(boot,inv.logit)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarize)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(janitor,clean_names)
importFrom(locfit,"crit<-")
importFrom(locfit,crit)
importFrom(locfit,gcv)
importFrom(locfit,gcvplot)
importFrom(locfit,locfit)
importFrom(locfit,lp)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(mgcv,betar)
importFrom(mgcv,gam)
importFrom(mgcv,gamm)
importFrom(mgcv,predict.gam)
importFrom(mixdist,mix)
importFrom(mixdist,mixgroup)
importFrom(mixdist,mixparam)
importFrom(mvtnorm,rmvnorm)
importFrom(purrr,as_mapper)
importFrom(purrr,compact)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dfr)
importFrom(purrr,walk)
importFrom(rstan,sampling)
importFrom(rstan,summary)
importFrom(rstantools,rstan_config)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(stats,predict.glm)
importFrom(stats,prop.test)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats4,AIC)
importFrom(stats4,BIC)
importFrom(stats4,logLik)
importFrom(stats4,mle)
importFrom(stringr,str_detect)
useDynLib(serosv, .registration=TRUE)