Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
fbertran committed Mar 12, 2021
1 parent 1768e40 commit 89e417d
Show file tree
Hide file tree
Showing 38 changed files with 2,452 additions and 36 deletions.
Binary file added .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions .Rbuildignore
@@ -0,0 +1,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^old_files*
^\.gitignore$
^.DS_Store
^src/.DS_Store
^.git
37 changes: 1 addition & 36 deletions .gitignore
@@ -1,39 +1,4 @@
# History files
.Rproj.user
.Rhistory
.Rapp.history

# Session Data files
.RData

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron
15 changes: 15 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,15 @@
Package: c060
Version: 0.2-6
Date: 2021-02-27
Author: Martin Sill, Thomas Hielscher, Manuela Zucknick, Natalia Becker.
Maintainer: Frederic Bertrand <frederic.bertrand@utt.fr>
Title: Extended Inference for Lasso and Elastic-Net Regularized Cox and
Generalized Linear Models
Depends:
Imports: glmnet, survival, parallel, mlegp, tgp, peperr, penalizedSVM,
lattice
Suggests:
Description: The c060 package provides additional functions to perform stability selection, model validation and parameter tuning for glmnet models.
License: GPL-2
LazyLoad: yes
NeedsCompilation: no
33 changes: 33 additions & 0 deletions MD5
@@ -0,0 +1,33 @@
3b1a03fcb51c4f98fe6f79e20f169979 *DESCRIPTION
8723f691e371abaebe8e5b4089be3975 *NAMESPACE
14e7421de46ec2d51f97547613958eca *R/EPSGO.R
b1e7b5d4f74093c73f58e5413058994e *R/auc.R
4ca09c9e7a01557a832bae2b97ed1d3f *R/balancedFolds.R
b75c2c69378c782173ab4a38aca06a91 *R/coef_intsearch.R
4978d8c02b55ebe56023b39397704e40 *R/nonzeroCoef.R
5aeffa3cb87ae3ca4c2a2ba516fbb23e *R/peperr_glmnet.R
50123ec5b8c9cda4524a0725d9e5dfd3 *R/plotCoef.R
87479f0f199b359f6f14fb0a005f46d7 *R/plot_coef_glmnet.R
f13a06d844b4e98b65cf1fef7a593a43 *R/plot_summary_inter_search.R
764f57f1f8279cd798c876475e42126c *R/stabilityselection.R
828689648276bf83b98b3a830014de56 *R/summary_inter_search.R
04cc7054551a3e7cf1fdbbeb10b2c2b5 *R/tune_glmnet_interval.R
601e225f64250baecacd420b87d9c533 *inst/CITATION
1bbfbff9c45b78b439740d30b3b4ed93 *inst/doc/c060_vignette_nojss.pdf
1335532e0cfbc776e37678fdb952df7e *man/EPSGO.Rd
63306392b3b85f6e550bf395f02b83f9 *man/PLL.coxnet.Rd
46a994ab464367a5406a562eb9906e00 *man/Plot.coef.glmnet.Rd
1e056ffd644d66b7eac7652e9058c5e3 *man/Plot.peperr.curves.Rd
3e28aa4c1450b18c8ba1bd7b2ed2c916 *man/aggregation.auc.Rd
8e694da5b53d433511b8f3044b2b08d7 *man/balancedFolds.Rd
2429191ba9782c4cd38e70bfede43159 *man/coef.intsearch.Rd
3dc6c991e1157bf327dc505075fe6355 *man/complexity.glmnet.Rd
8237b6cd3a4551ef834f199fc86537a8 *man/fit.glmnet.Rd
9d37d6ae2241a86dd6d1b5ebeb8f4e45 *man/plot.stabpath.Rd
9dd7fe6f7fd33d9585358f50af9c268f *man/plot.summary.int.Rd
4b3ee8af84c3adcea709fe1f8b3893bc *man/predictProb.coxnet.Rd
62e8d584ca831a1af783e250bf302208 *man/predictProb.glmnet.Rd
c7f5d32a3ddd8ea90cb9e4d081a65507 *man/stabpath.Rd
2eeeee63b9ea0c6fbfbce834a975d05d *man/stabsel.Rd
c7fa442f367258f30c613b9d15e0b0ad *man/summary.intsearch.Rd
d66db9676c465dfd3126b32856c62951 *man/tune.glmnet.interval.Rd
28 changes: 28 additions & 0 deletions NAMESPACE
@@ -0,0 +1,28 @@
import(glmnet, survival, parallel, peperr, penalizedSVM, lattice, mlegp, tgp)

export(stabpath,
stabsel,
aggregation.auc,
complexity.glmnet,
fit.glmnet,
Plot.peperr.curves,
epsgo,
tune.glmnet.interval,
balancedFolds,
Plot.coef.glmnet
)

S3method("print","stabpath")
S3method("plot","stabpath")
S3method("PLL","coxnet")
S3method("predictProb","glmnet")
S3method("predictProb","coxnet")
S3method("summary","intsearch")
S3method("plot","sum.intsearch")
S3method("coef","sum.intsearch")

importFrom("grDevices", "dev.off", "gray.colors", "pdf")
importFrom("graphics", "abline", "grid", "legend", "lines", "matplot",
"par", "plot", "polygon", "text", "axis")
importFrom("stats", "approx", "coef", "predict", "quantile", "runif",
"sd")
1 change: 1 addition & 0 deletions NEWS
@@ -0,0 +1 @@
0.2-6 Package was about to be archived leading to a maintainer change.

0 comments on commit 89e417d

Please sign in to comment.