Skip to content

Commit

Permalink
version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Li authored and gaborcsardi committed Nov 16, 2015
0 parents commit d4a05d2
Show file tree
Hide file tree
Showing 9 changed files with 864 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Package: sodavis
Type: Package
Title: SODA: Main and Interaction Effects Selection for Discriminant
Analysis and Logistic Regression
Version: 0.1
Depends: R (>= 3.0.0), nnet, MASS
Date: 2015-11-07
Author: Yang Li, Jun S. Liu
Maintainer: Yang Li <yli01@fas.harvard.edu>
Description: Variable and interaction selection are essential to classification in high-dimensional setting. In this package, we provide the implementation of SODA procedure, which is a forward-backward algorithm that selects both main and interaction effects under quadratic discriminant analysis and logistic regression model.
License: GPL-2
NeedsCompilation: no
Packaged: 2015-11-15 21:51:57 UTC; yli01
Repository: CRAN
Date/Publication: 2015-11-16 08:20:20
8 changes: 8 additions & 0 deletions MD5
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
f6acb5436efc6c3ee77187d308fc7fda *DESCRIPTION
67e09f89d0520fbaf671fa1a50bb6ea6 *NAMESPACE
b73748ecd38caf98e3ff4e7d0320690f *R/pure_soda.R
e00bdd10e10edb00ff954d3b2de7a336 *data/datalist
5eb5e2076c58627efbe17db1d3e35083 *data/mich_lung.RData
3ed18420ff8a2fe314c4590d629bab17 *man/soda.Rd
8f02d31bab19c8d168b682f694a61ccc *man/soda_trace_CV.Rd
ad27bd2cde5422a2c4cf3689d69f18ae *man/umich_lung.Rd
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export(soda)
export(soda_trace_CV)
import(nnet)
import(MASS)
importFrom("stats", "coef", "qnorm")

0 comments on commit d4a05d2

Please sign in to comment.