-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
42 lines (41 loc) · 2.09 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
useDynLib(interflex, .registration=TRUE)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
importFrom("grDevices", "col2rgb", "graphics.off", "pdf", "rgb")
importFrom("parallel", "detectCores", "stopCluster", "makeCluster")
importFrom("graphics", "hist", "par", "plot")
importFrom("stats", "as.formula", "density", "dnorm", "lm", "median", "predict",
"model.matrix", "na.omit", "pt", "qt", "quantile", "sd", "cov",
"var", "vcov","coef", "relevel", "rnorm","pnorm","contr.sum",
"glm.control","binomial", "glm", "poisson", "weighted.mean")
importFrom("ggplot2","geom_errorbar", "geom_hline", "labs" ,"geom_line", "geom_point", "geom_rect","geom_ribbon", "geom_smooth",
"geom_vline", "ggplot", "ggtitle", "theme", "aes","element_text", "annotate", "xlab", "ylab", "aes_string",
"coord_cartesian", "facet_wrap", "facet_grid","theme_bw","element_blank","ggsave","layer_scales","ylim","xlim",
"scale_color_manual","scale_fill_manual","ggplot_build","ggplot_gtable","geom_histogram","geom_text","last_plot")
importFrom("future","makeClusterPSOCK")
importFrom("mgcv","vis.gam","gam","nb")
importFrom("pcse","pcse")
importFrom("sandwich","sandwich","estfun","bread","vcovHC")
importFrom("Lmoments","Lmoments")
importFrom("foreach","foreach","%dopar%")
importFrom("doParallel","registerDoParallel")
importFrom("gridExtra","arrangeGrob")
importFrom("ggplotify","as.ggplot")
importFrom("grid","textGrob","gpar")
importFrom("RColorBrewer","brewer.pal")
importFrom("utils", "capture.output")
importFrom("gtable", "gtable_filter","gtable_add_grob","gtable_add_cols")
importFrom("grDevices","col2rgb")
importFrom("mvtnorm","rmvnorm")
importFrom("pROC","roc")
importFrom("ModelMetrics","logLoss")
importFrom("lmtest","waldtest","lrtest")
importFrom("lfe","felm")
importFrom("MASS","glm.nb","mvrnorm")
importFrom("AER","ivreg")
importFrom("fixest","feols", "fixef", "degrees_freedom")
importFrom("reticulate","use_condaenv", "source_python", "dict")
importFrom("grf","causal_forest")
export(interflex)
S3method("plot", "interflex")
S3method("predict", "interflex")