-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
33 lines (32 loc) · 815 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
# Generated by roxygen2: do not edit by hand
S3method(plot,inferchange.ci)
S3method(plot,inferchange.cp)
S3method(print,inferchange)
S3method(print,inferchange.ci)
S3method(print,inferchange.cp)
export(McScan)
export(ci_delta)
export(clom)
export(dgp_gauss_sparse)
export(inferchange)
export(lambdapath)
export(lope)
export(seeded_interval)
import(ggplot2)
importFrom(PRIMAL,Dantzig_solver)
importFrom(PRIMAL,PSM_solver)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(gridExtra,grid.arrange)
importFrom(stats,cov)
importFrom(stats,mad)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,head)
useDynLib(inferchange)