[Mboost-commits] r789 - in pkg: mboostDevel/R mboostDevel/vignettes mboostPatch/vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Aug 1 11:25:59 CEST 2014
Author: hofner
Date: 2014-08-01 11:25:58 +0200 (Fri, 01 Aug 2014)
New Revision: 789
Modified:
pkg/mboostDevel/R/plot.R
pkg/mboostDevel/vignettes/mboost_tutorial.Rnw
pkg/mboostDevel/vignettes/mboost_tutorial.bib
pkg/mboostPatch/vignettes/mboost_tutorial.Rnw
pkg/mboostPatch/vignettes/mboost_tutorial.bib
Log:
- fixed label in varying coefficient plot
- fixed citations in mboost tutorial
- removed date from mboost tutorial
Modified: pkg/mboostDevel/R/plot.R
===================================================================
--- pkg/mboostDevel/R/plot.R 2014-07-28 16:26:00 UTC (rev 788)
+++ pkg/mboostDevel/R/plot.R 2014-08-01 09:25:58 UTC (rev 789)
@@ -150,7 +150,7 @@
## xlab not user specified
plot_helper(paste(xl, "=", v[i]), yl)
} else {
- plot_helper(paste(xl, "(", vary, "=", v[i], ")"), yl)
+ plot_helper(xl, yl)
}
}
}
Modified: pkg/mboostDevel/vignettes/mboost_tutorial.Rnw
===================================================================
--- pkg/mboostDevel/vignettes/mboost_tutorial.Rnw 2014-07-28 16:26:00 UTC (rev 788)
+++ pkg/mboostDevel/vignettes/mboost_tutorial.Rnw 2014-08-01 09:25:58 UTC (rev 789)
@@ -114,7 +114,7 @@
Schmid\footnotemark[2]\\[1em]
}
-\date{February 14, 2012}
+\date{}
\maketitle
Modified: pkg/mboostDevel/vignettes/mboost_tutorial.bib
===================================================================
--- pkg/mboostDevel/vignettes/mboost_tutorial.bib 2014-07-28 16:26:00 UTC (rev 788)
+++ pkg/mboostDevel/vignettes/mboost_tutorial.bib 2014-08-01 09:25:58 UTC (rev 789)
@@ -1,3 +1,18 @@
+ at BOOK{deBoor:splines:1978,
+ title = {A Practical Guide to Splines},
+ publisher = {Springer, New York},
+ year = {1978},
+ author = {de Boor, C.},
+ keywords = {B-splines}
+}
+
+ at BOOK{PinheiroBates:2000,
+ title = {Mixed-Effects Models in S and S-PLUS},
+ publisher = {Springer-Verlag, New York},
+ year = 2000,
+ author = {Jose Pinheiro and Douglas Bates}
+}
+
@MANUAL{lme4,
title = {lme4: Linear mixed-effects models using {S4} classes},
author = {Douglas Bates and Martin Maechler and Ben Bolker},
@@ -273,7 +288,7 @@
title = {The importance of knowing when to stop -- a sequential stopping rule
for component-wise gradient boosting},
journal = {Methods of Information in Medicine},
- year = {2012},
+ year = {2012},
doi = {10.3414/ME11-02-0030},
volume = 51,
pages = {178--186}
Modified: pkg/mboostPatch/vignettes/mboost_tutorial.Rnw
===================================================================
--- pkg/mboostPatch/vignettes/mboost_tutorial.Rnw 2014-07-28 16:26:00 UTC (rev 788)
+++ pkg/mboostPatch/vignettes/mboost_tutorial.Rnw 2014-08-01 09:25:58 UTC (rev 789)
@@ -114,7 +114,7 @@
Schmid\footnotemark[2]\\[1em]
}
-\date{February 14, 2012}
+\date{}
\maketitle
Modified: pkg/mboostPatch/vignettes/mboost_tutorial.bib
===================================================================
--- pkg/mboostPatch/vignettes/mboost_tutorial.bib 2014-07-28 16:26:00 UTC (rev 788)
+++ pkg/mboostPatch/vignettes/mboost_tutorial.bib 2014-08-01 09:25:58 UTC (rev 789)
@@ -1,3 +1,18 @@
+ at BOOK{deBoor:splines:1978,
+ title = {A Practical Guide to Splines},
+ publisher = {Springer, New York},
+ year = {1978},
+ author = {de Boor, C.},
+ keywords = {B-splines}
+}
+
+ at BOOK{PinheiroBates:2000,
+ title = {Mixed-Effects Models in S and S-PLUS},
+ publisher = {Springer-Verlag, New York},
+ year = 2000,
+ author = {Jose Pinheiro and Douglas Bates}
+}
+
@MANUAL{lme4,
title = {lme4: Linear mixed-effects models using {S4} classes},
author = {Douglas Bates and Martin Maechler and Ben Bolker},
@@ -273,7 +288,7 @@
title = {The importance of knowing when to stop -- a sequential stopping rule
for component-wise gradient boosting},
journal = {Methods of Information in Medicine},
- year = {2012},
+ year = {2012},
doi = {10.3414/ME11-02-0030},
volume = 51,
pages = {178--186}
More information about the Mboost-commits
mailing list