-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
34 lines (34 loc) · 992 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
export(academicImpactSummary)
export(amputeScaleScore)
export(cfaGaps)
export(bootstrapSRS)
export(bootstrapSRS_SGP)
export(computeHoMetric2)
export(gammaEffectSize)
export(gammaEffectSizeLong)
export(getShiftedValues)
export(hd_qe)
export(amputeScaleScore)
export(imputeScaleScore)
export(imputationSummary)
export(messageLog)
import(testthat)
import(data.table)
import(grid)
import(mice)
import(miceadds)
import(parallel)
import(VIM)
importFrom(abind, abind)
importFrom(crayon, bold, green, magenta, red, yellow)
importFrom(dplyr, group_by, ungroup)
importFrom(grDevices, dev.off, extendrange,pdf)
importFrom(HDInterval, hdi)
importFrom(Hmisc, hdquantile)
importFrom(MASS, rlm)
importFrom(SGP, getStateAbbreviation, is.SGP)
importFrom(stats, cor, lm, median, na.omit, pbeta, pf, predict, quantile, qt, reshape, rnorm, sd, setNames, var, weighted.mean)
importFrom(toOrdinal, toOrdinalDate)
importFrom(tidyr, fill)
importFrom(tidyselect, all_of)
importFrom(utils, packageVersion, head, tail)