-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 934 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
35
36
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
S3method(print,cdf)
S3method(print,lor)
S3method(print,mannwhit)
S3method(print,pmf)
S3method(print,rmst)
S3method(print,survprob)
S3method(tidy,cdf)
S3method(tidy,lor)
S3method(tidy,mannwhit)
S3method(tidy,pmf)
S3method(tidy,rmst)
S3method(tidy,survprob)
export(cdf)
export(get_fits)
export(log_or)
export(mannwhitney)
export(ordinalrct)
export(pmf)
export(rmst)
export(survprob)
export(survrct)
export(tidy)
importFrom(future,`%<-%`)
importFrom(generics,tidy)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,head)