NEWS
bujar 0.2-9 (2020-10-19)
- editorial changes to Rd files
bujar 0.2-8 (2020-06-01)
- Warning: S4 exports gcv.enet specified in 'NAMESPACE' but not defined in package 'bujar'
bujar 0.2-7 (2019-11-12)
- no change but resubmission
bujar 0.2-6
- no change but resubmission
bujar 0.2-5 (2019-02-27)
- changes are made in vignettes/dlbcl.Rnw since the current release of package gbm plot function ignores par(mfrow=()) option. Anyhow, grid.arrange simplies the codes when used with Sweave.
bujar 0.2-4 (2019-01-15)
- drop bujar-package.Rd in man directory
bujar 0.2-3 (2017-04-27)
- minor changes to dlbcl.Rnw
bujar 0.2-1 (2015-12-19)
- predict function is updated
- add data-raw for raw data processing R file
bujar 0.1-10
- mselect is an updated mstop in boosting for each BJ iteration. This was implemented for learner="tree" (with best.iter), now extends to learner="linear.regression" and "pspline".
- add rng for bujar function to be used for gbm internally.
- add name "Intercept" for twin=TRUE and learner="linear.regression"
bujar 0.1-9
- move boosting and penalized regression routine to a separate R file
- move prediction routine to a separate R file
bujar 0.1-8
- delete repeated computing pred.bj in bujar.R
- fix a bug with coefficients for learner="enet2", "mnet", "snet", due to the bugs in the mpath package
bujar 0.1-7
- replace R/myglmboost.R with package bst for learner="linear.regression" and twin=TRUE
- update NAMESPACE
- add twin boosting for learner="pspline" and "tree"
- fix a bug of intercept estimate when center=TRUE and learner="linear.regression"
bujar 0.1-6
- in bujar function, intercept estimation fixed if argument center=TRUE
- twin boosting added using myglmboost.R and associated other functions
- fixed a bug with learner="pspline" importing bbs function from mboost library
bujar 0.1-5 (2015-10-28)
- changes since 0.1-4: modify NAMESPACE and Imports to pass R CMD check
bujar 0.1-2
- learner = "acosso" is no longer supported. The function contain functions svd2 and La.svd2 which call entry points, which no longer exist in R-devel (3.0.0 to be)
bujar 0.1-1
- added MCP and SCAD variable selection methods