forked from ukhsa-collaboration/PHEindicatormethods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 800 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(assign_funnel_significance)
export(calculate_ISRate)
export(calculate_ISRatio)
export(calculate_funnel_limits)
export(calculate_funnel_points)
export(phe_dsr)
export(phe_life_expectancy)
export(phe_mean)
export(phe_proportion)
export(phe_quantile)
export(phe_rate)
export(phe_sii)
import(broom)
import(dplyr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,quo_name)
importFrom(rlang,quo_text)
importFrom(rlang,sym)
importFrom(stats,lm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(tidyselect,where)