[Mboost-commits] r824 - pkg/mboostDevel/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 17 21:03:15 CET 2015
Author: thothorn
Date: 2015-01-17 21:03:14 +0100 (Sat, 17 Jan 2015)
New Revision: 824
Modified:
pkg/mboostDevel/R/family.R
Log:
typo
Modified: pkg/mboostDevel/R/family.R
===================================================================
--- pkg/mboostDevel/R/family.R 2015-01-12 15:20:32 UTC (rev 823)
+++ pkg/mboostDevel/R/family.R 2015-01-17 20:03:14 UTC (rev 824)
@@ -71,8 +71,7 @@
check_y = function(y) {
if (!is.numeric(y) || !is.null(dim(y)))
stop("response is not a numeric vector but ",
- sQuote("family = GaussReg()"))
- y
+ sQuote("family = Gaussian()")) y
},
name = "Squared Error (Regression)",
fW = function(f) return(rep(1, length = length(f))),
More information about the Mboost-commits
mailing list