[Coxflexboost-commits] r15 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jan 11 11:24:37 CET 2010
Author: hofner
Date: 2010-01-11 11:24:37 +0100 (Mon, 11 Jan 2010)
New Revision: 15
Modified:
pkg/man/boost_control.Rd
Log:
Modified: pkg/man/boost_control.Rd
===================================================================
--- pkg/man/boost_control.Rd 2009-07-09 23:08:10 UTC (rev 14)
+++ pkg/man/boost_control.Rd 2010-01-11 10:24:37 UTC (rev 15)
@@ -13,7 +13,7 @@
\item{mstop}{ integer. Initial number of boosting iterations }
\item{nu}{ double. Step-size between 0 and 1 }
\item{maxit}{ integer. Controls the maximum number of iterations that
- are used for numerical optimazation via \code{\link[=optim]{optim(\dots, method = "BFGS")}}. }
+ are used for numerical optimazation via \code{\link{optim}(\dots, method = "BFGS")}. }
\item{risk}{ character. Determines how the empirical risk should be
computed. It can take the values \code{risk = "inbag"}, i.e., the risk is
computed for the learning sample, \code{risk = "oobag"}, i.e., the risk is
More information about the Coxflexboost-commits
mailing list