forked from celiaescribe/BDcocolasso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
30 lines (29 loc) · 829 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
# Generated by roxygen2: do not edit by hand
S3method(coef,coco)
S3method(predict,coco)
S3method(print,coco)
export(ADMM_proj)
export(HM_proj)
export(blockwise_coordinate_descent)
export(blockwise_coordinate_descent_general)
export(coco)
export(cov_autoregressive)
export(cv_covariance_matrices)
export(cv_covariance_matrices_block_descent)
export(cv_covariance_matrices_block_descent_general)
export(generalcoco)
export(lasso_covariance)
export(lasso_covariance_block)
export(lasso_covariance_block_general)
export(pathwise_coordinate_descent)
export(plotCoef)
export(plotError)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(reshape2,melt)
importFrom(rlang,.data)