[Mboost-commits] r728 - pkg/mboostDevel/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 3 20:58:32 CEST 2013


Author: thothorn
Date: 2013-09-03 20:58:32 +0200 (Tue, 03 Sep 2013)
New Revision: 728

Modified:
   pkg/mboostDevel/man/baselearners.Rd
Log:
document deriv

Modified: pkg/mboostDevel/man/baselearners.Rd
===================================================================
--- pkg/mboostDevel/man/baselearners.Rd	2013-09-02 15:59:45 UTC (rev 727)
+++ pkg/mboostDevel/man/baselearners.Rd	2013-09-03 18:58:32 UTC (rev 728)
@@ -176,6 +176,8 @@
   \item{K}{ penalty matrix as it should be used in the penalized least
     squares estimation. If \code{NULL} (default), unpenalized estimation
     is used. }
+  \item{deriv}{an integer; the derivative of the spline of the given order 
+               at the data is computed, defaults to zero.}
   \item{bl1}{a linear base-learner or a list of linear base-learners.}
   \item{bl2}{a linear base-learner or a list of linear base-learners.}
 }



More information about the Mboost-commits mailing list