boost-R / gamboostLSS

Boosting models for fitting generalized additive models for location, shape and scale (GAMLSS) to potentially high dimensional data. The current relase version can be found on CRAN (https://cran.r-project.org/package=gamboostLSS).
26 stars 11 forks source link

change mstop definition for noncyclical fitting #20

Closed ja-thomas closed 8 years ago

ja-thomas commented 8 years ago

Was actually way less work than I thought.

Now mstop() returns a scalar value with the attributes partitions for noncyclical fitting.

See #19

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.02%) to 80.796% when pulling e64737dc9320d5020aabe61d3dbc6cd39ab4ee74 on mstop_nc_fit into 23211807854e2c5ae4d96179416d792336182ca8 on devel.

ja-thomas commented 8 years ago

stupid coveralls :P

hofnerb commented 8 years ago

Thanks. I'm going to merge this.

Please try to use our syntax next time, i.e. assignments via <- and 4 spaces to indent code instead of 2. You can set the latter in project specifc options in RStudio.