Displaying 1 result from an estimated 1 matches for "gaussreg".
2009 Sep 26
1
mboost_1.1-3 blackboost_fit (PR#13972)
...= 0,
maxdepth = 2
),
fitmem = ctree_memory(
bd,
TRUE
),
family = GaussReg(),
control = boost_control(
mstop = 2
),
weights = NULL
)
Test case session on my computer:
> dt=expand.grid(y=c(2,3,4), x1=c(1,2), x2=c(1,2))
> library(mboost)
Loading...