Last updated on 2025-03-12 08:53:35 CET.
Package | ERROR | OK |
---|---|---|
GMAC | 15 | |
MixRF | 2 | 13 |
mvMISE | 15 | |
ofGEM | 15 |
Current CRAN status: OK: 15
Current CRAN status: ERROR: 2, OK: 13
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘MixRF-Ex.R’ failed
The error most likely occurred in:
> ### Name: MixRF
> ### Title: Mixed Random Forest
> ### Aliases: MixRF
>
> ### ** Examples
>
>
> data(sleepstudy)
>
> tmp = MixRF(Y = sleepstudy$Reaction, X = as.data.frame(sleepstudy$Days),
+ random = "(Days|Subject)", data = sleepstudy, initialRandomEffects = 0,
+ ErrorTolerance = 0.01, MaxIterations = 100)
Warning in optwrap(optimizer, devfun, getStart(start, rho$pp), lower = rho$lower, :
convergence code -2 from nloptwrap: NLOPT_INVALID_ARGS: Invalid arguments (e.g. lower bounds are bigger than upper bounds, an unknown algorithm was specified, etcetera).
Warning in checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
unable to evaluate scaled gradient
Warning in checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model failed to converge: degenerate Hessian with 1 negative eigenvalues
Error in while (ContinueCondition) { :
missing value where TRUE/FALSE needed
Calls: MixRF
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 15
Current CRAN status: OK: 15