Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: marjoleinF/pre

Tags

0.1.5

Toggle 0.1.5's commit message
version 0.1.5

Changes in Version 0.1.1 (2017-04-22):

- Added plot() method for objects of class pre.
- Improved support for using functions like factor() and log() in
formula
statement of function pre().
- Added support for parallel computating in functions pre(), cvpre(),
bsnullinteract() and interact().
- Winsorizing points used for the linear terms are reported in the
description
of the base learners returned by coef() and importance(). (Many thanks
to
Rishi Sadhir for suggesting this!)
- Added README file.
- Legend included in plot for interaction test statistics.
- Fixed importance() function to allow for selecting final ensemble
different
than 'lambda.1se'.
- Cleaned up all occurrences of set.seed().
- Minor bug fixes.

0.1.3

Toggle 0.1.3's commit message
Version 0.1.3

0.1.1

Toggle 0.1.1's commit message
Version 0.1.1

- Included README file
- Included print.pre() function
- Included penalty.par.val argument in cvpre() function
- Improved pre() function based on Bill Venables advice:
better use of formula, verbose = FALSE by default