-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
70 lines (65 loc) · 1.96 KB
/
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
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
importFrom(leaps, regsubsets)
importFrom(stats, model.matrix, terms, setNames, qbeta, optim, pf, xtabs, as.formula, summary.lm, pbeta, approx, poly, na.omit, complete.cases, predict, predict.lm, t.test, formula, ave, aggregate, median, sd, qnorm, rnorm, dnorm, pnorm, lm, runif, optimize, cor, quantile, coef)
importFrom(grDevices, rainbow, dev.off)
importFrom(utils, menu, head, tail)
importFrom(ggplot2, .data, scale_shape_manual, scale_x_continuous, annotate, margin, element_rect, unit, geom_tile, ggsave, geom_contour_filled, facet_wrap, geom_contour, scale_fill_gradientn, geom_abline, element_text, element_blank, element_line, scale_color_viridis_d, scale_color_brewer, ylim, geom_text, scale_y_log10, geom_vline, theme, geom_point, guides, guide_legend, aes, geom_hline, geom_line, geom_smooth, ggplot, labs, scale_color_manual, scale_y_continuous, theme_minimal)
export(
bestModel,
betaCoefficients,
buildCnormObject,
checkConsistency,
cNORM.GUI,
cnorm.cv,
cnorm,
cnorm.betabinomial,
compare,
computePowers,
diagnostics.betabinomial,
derivationTable,
derive,
getNormCurve,
getGroups,
normTable,
normTable.betabinomial,
plotDensity,
plotDerivative,
plotNormCurves,
plotPercentiles,
plotPercentileSeries,
plotSubset,
plotRaw,
plotNorm,
plotCnorm,
plot.cnormBetaBinomial,
predictNorm,
predict.cnormBetaBinomial,
predictRaw,
prepareData,
printSubset,
rangeCheck,
rankByGroup,
rankBySlidingWindow,
rawTable,
regressionFunction,
simulateRasch,
standardize,
modelSummary,
summary.cnormBetaBinomial,
getNormScoreSE,
weighted.rank,
weighted.quantile,
weighted.quantile.inflation,
weighted.quantile.harrell.davis,
weighted.quantile.type7,
computeWeights,
taylorSwift
)
S3method(plot, cnorm)
S3method(print, cnorm)
S3method(summary, cnorm)
S3method(predict, cnormBetaBinomial)
S3method(plot, cnormBetaBinomial)
S3method(summary, cnormBetaBinomial)
S3method(predict, cnormBetaBinomial2)
S3method(plot, cnormBetaBinomial2)
S3method(summary, cnormBetaBinomial2)