Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
aab749b
Moved pkg/ to parent folder
hofnerb Aug 4, 2016
62d1cfe
Updated travis-ci and appveyor
hofnerb Aug 5, 2016
a82f782
Fixed .travis.yml
hofnerb Aug 5, 2016
bb3dc5e
Updated README.md
hofnerb Aug 5, 2016
82683ad
Readme in devel branch supposed to show devel stats
hofnerb Aug 5, 2016
ecfe9d2
fixed coverage badge
hofnerb Aug 5, 2016
21b6e19
Added tests for cvrisk and risk
hofnerb Aug 5, 2016
8e9083a
Update README.md
hofnerb Aug 8, 2016
84e7740
Increased version to 1.5-0
hofnerb Aug 11, 2016
e4b7cd0
Merge branch 'devel' of https://github.com/boost-R/gamboostLSS into d…
hofnerb Aug 11, 2016
109daf3
Update as.families.R
mayrandy Aug 24, 2016
2321180
Added test and close #12
hofnerb Aug 24, 2016
e64737d
change mstop definition for noncyclical fitting
ja-thomas Aug 25, 2016
e377769
use correct syntax; closes #19
hofnerb Aug 29, 2016
4abbee4
Merge pull request #20 from boost-R/mstop_nc_fit
hofnerb Aug 29, 2016
eb4e59a
reindent lines
hofnerb Aug 29, 2016
ba403b1
merged changes from #18 to devel
hofnerb Aug 31, 2016
4619cfe
Do not use plot.cvrisk from mboost but plot.cvriskLSS(..., type = "li…
hofnerb Aug 31, 2016
a981957
Include different links in as.families(), see #25
mayrandy Sep 5, 2016
f7a32e3
re-order arguments in rd file
mayrandy Sep 5, 2016
32f0e6d
Include new option stabilization = "L2" which divides ngradient throu…
mayrandy Sep 16, 2016
0d94a46
Adding some tests
mayrandy Sep 16, 2016
c865ee7
refactor noncyc fitting
ja-thomas Jan 25, 2017
34891bd
remove outer version, rename inner to noncyclical
ja-thomas Jan 26, 2017
993167f
citation
ja-thomas Jan 26, 2017
ec4b3f3
Readme
ja-thomas Jan 26, 2017
9585836
slight speed improvements
ja-thomas Jan 26, 2017
942b631
cleanup
ja-thomas Jan 26, 2017
f22530c
missing , -.-
ja-thomas Jan 26, 2017
371267b
stop destroying the CITATION file...
ja-thomas Jan 26, 2017
4a2d234
update README
mayrandy Feb 2, 2017
0218d4e
make mixed type 4-parametric families work, fixes #28
mayrandy Feb 2, 2017
d675d3d
fix tutorial issue #32 also for devel
mayrandy Feb 7, 2017
17c9674
start with mstop=0
ja-thomas Feb 13, 2017
7e061b4
fix risk
ja-thomas Feb 16, 2017
f76606c
mstop=0
ja-thomas Feb 16, 2017
f6b551c
fix subset increase from zero
ja-thomas Feb 16, 2017
b41a556
fix citation
ja-thomas Feb 16, 2017
4f21eb6
Update DESCRIPTION
hofnerb Feb 17, 2017
0dd7fe3
fix trace
ja-thomas Feb 20, 2017
5b5190d
fix citation... again
ja-thomas Feb 20, 2017
de4be0d
make appveyor use github packages
hofnerb Feb 28, 2017
50ddb7b
shorten \usage lines wider than 90 characters
hofnerb Feb 28, 2017
0196662
reindent lines
hofnerb Feb 28, 2017
86ebeb2
initialize combined risk
hofnerb Feb 28, 2017
4c2d159
remove notes
ja-thomas Mar 29, 2017
6309410
initialize combined_risk in subset
ja-thomas Mar 29, 2017
bb9a1da
Merge pull request #31 from boost-R/refactor_noncyc
hofnerb Apr 4, 2017
ce94c7b
re-indent code
hofnerb Apr 4, 2017
0ae4dc7
typo
hofnerb Apr 4, 2017
8dc9450
changed order of suggested packages
hofnerb Apr 21, 2017
880294c
Merge recent changes from master branch to devel
hofnerb Apr 25, 2017
af37056
Update NEWS.Rd
hofnerb Apr 25, 2017
59566be
Use trusty distribution on travis
hofnerb Apr 25, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

language: r
sudo: required
dist: trusty

## change directory before installation
## as R packages are not available elsewise
Expand Down
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Package: gamboostLSS
Type: Package
Title: Boosting Methods for 'GAMLSS'
Version: 1.2-2
Date: 2016-10-18
Author: Benjamin Hofner, Andreas Mayr, Nora Fenske, Matthias Schmid
Version: 2.0-0
Date: 2016-xx-yy
Author: Benjamin Hofner, Andreas Mayr, Nora Fenske, Janek Thomas, Matthias Schmid
Maintainer: Benjamin Hofner <benjamin.hofner@fau.de>
Description: Boosting models for fitting generalized additive models for
location, shape and scale ('GAMLSS') to potentially high dimensional
data.
Depends: R (>= 2.10.0), mboost (>= 2.3-0), parallel
Depends: R (>= 2.10.0), mboost (>= 2.3-0), stabs (>= 0.5-0), parallel
Imports: graphics, grDevices, stats, utils
Suggests: gamlss, BayesX, gamlss.dist, survival, R2BayesX
Suggests: gamlss, gamlss.dist, survival, BayesX, R2BayesX
LazyLoad: yes
LazyData: yes
License: GPL-2
Expand Down
9 changes: 9 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import("mboost")
importFrom("stabs", "stabsel", "subsample", "run_stabsel")
import("parallel")

importFrom("graphics", "axis", "box", "lines", "plot", "points")
Expand All @@ -16,6 +17,8 @@ export(glmboostLSS,
model.weights,
PI, predint, plot.predint,
make.grid, cvrisk.mboostLSS,
selected, selected.mboostLSS, selected.stabsel_mboostLSS,
stabsel.mboostLSS,
Families,
NBinomialLSS, NBinomialMu, NBinomialSigma,
StudentTLSS, StudentTMu, StudentTSigma, StudentTDf,
Expand All @@ -37,6 +40,7 @@ S3method("[", mboostLSS)
S3method(print, mboostLSS)
S3method(selected, mboostLSS)
S3method(risk, mboostLSS)
S3method(risk, nc_mboostLSS)
S3method(summary, mboostLSS)

S3method(mstop, oobag)
Expand All @@ -46,10 +50,15 @@ S3method(model.weights, default)
S3method(model.weights, mboostLSS)

S3method(cvrisk, mboostLSS)
S3method(cvrisk, nc_mboostLSS)
S3method(print, cvriskLSS)
S3method(plot, cvriskLSS)
S3method(plot, nc_cvriskLSS)
S3method(mstop, cvriskLSS)

S3method(stabsel, mboostLSS)
S3method(selected, stabsel_mboostLSS)

S3method(coef, mboostLSS)
S3method(coef, glmboostLSS)

Expand Down
3 changes: 3 additions & 0 deletions R/AAA.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
### the variance of the negative gradient
options(gamboostLSS_stab_ngrad = FALSE)
}

# get rid of NOTEs in R CMD check for "undefined global functions or variables"
globalVariables(c("ngradient", "y", "combined_risk"))
Loading