forked from kosukeimai/FindIt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
18 lines (17 loc) · 711 Bytes
/
NAMESPACE
File metadata and controls
18 lines (17 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import(glmnet)
import(lars)
import(arm,arm)
import(quadprog)
import(ggplot2)
importFrom(Matrix, Matrix,cBind)
import(stats)
importFrom("graphics", "abline", "arrows", "identify", "plot", "text")
importFrom("stats", "as.formula", "coef", "cor", "delete.response", "lm", "model.frame", "model.matrix", "predict", "rnorm","sd", "terms", "var")
importFrom("utils", "combn", "tail")
export(FindIt, summary.FindIt, predict.FindIt, plot.PredictFindIt,CausalANOVA, summary.CausalANOVA, plot.CausalANOVA,cv.CausalANOVA,plot.cv.CausalANOVA,AMIE)
S3method(summary, FindIt)
S3method(predict, FindIt)
S3method(plot, PredictFindIt)
S3method(summary, CausalANOVA)
S3method(plot, CausalANOVA)
S3method(plot, cv.CausalANOVA)