Last data update: 2014.03.03

widenet

Package: widenet
Type: Package
Title: Penalized Regression with Polynomial Basis Expansions
Version: 0.1-2
Date: 2013-07-29
Author: Stephan Ritter, Alan Hubbard
Maintainer: Stephan Ritter <sritter@berkeley.edu>
Depends: glmnet, relaxnet
Suggests: genefilter, parallel
Description: Extends the glmnet and relaxnet packages with polynomial basis expansions. Basis expansion is applied to the predictors and a subset of the basis functions is chosen using relaxnet. Predictors may be screened using correlation or t-tests. Screening is done separately within cross-validation folds. Cross-validation may be used to select the order of basis expansion and alpha, the elastic net tuning parameter.
License: GPL (>= 2)
URL: http://cran.r-project.org/package=widenet
Packaged: 2013-07-29 15:48:43 UTC; sritter
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-07-29 21:30:08

● 0 images, 4 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'widenet' ...
** package 'widenet' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c expandBasis.c -o expandBasis.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o widenet.so expandBasis.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/widenet/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'widenet'
    finding HTML links ... done
    predict.widenet                         html  
    finding level-2 HTML links ... done

    print.widenet                           html  
    summary.widenet                         html  
    widenet                                 html  
Rd warning: /tmp/RtmpdJyT9E/R.INSTALL46723f2e3a8/widenet/man/widenet.Rd:61: missing file link 'RNGkind'
Rd warning: /tmp/RtmpdJyT9E/R.INSTALL46723f2e3a8/widenet/man/widenet.Rd:61: missing file link 'set.seed'
** building package indices
** testing if installed package can be loaded
* DONE (widenet)
Making 'packages.html' ... done