-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 983 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
# Generated by roxygen2: do not edit by hand
S3method(coef,wqs)
S3method(plot,wqs)
S3method(print,wqs)
export(analyze.individually)
export(combine.AIC)
export(do.many.wqs)
export(estimate.wqs)
export(estimate.wqs.formula)
export(impute.Lubin)
export(impute.boot)
export(impute.multivariate.bayesian)
export(impute.sub)
export(impute.univariate.bayesian.mi)
export(make.quantile.matrix)
export(pool.mi)
import(Rsolnp)
import(coda)
import(ggplot2)
import(glm2)
import(matrixNormal)
import(methods)
import(parallel)
import(stats)
import(survival)
import(utils)
importFrom(Hmisc,format.pval)
importFrom(MCMCpack,riwish)
importFrom(condMVNorm,condMVN)
importFrom(glm2,glm2)
importFrom(invgamma,rinvgamma)
importFrom(mvtnorm,pmvnorm)
importFrom(purrr,possibly)
importFrom(rlist,list.merge)
importFrom(stats,coef)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tmvmixnorm,rtmvn)
importFrom(tmvtnorm,dtmvnorm)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,head)