Last updated on 2025-03-12 08:53:29 CET.
Package | ERROR | OK |
---|---|---|
Unico | 2 | 13 |
Current CRAN status: ERROR: 2, OK: 13
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘Unico-Ex.R’ failed
The error most likely occurred in:
> ### Name: Unico
> ### Title: Fitting the Unico model
> ### Aliases: Unico
>
> ### ** Examples
>
> data = simulate_data(n=100, m=2, k=3, p1=1, p2=1, taus_std=0, log_file=NULL)
> res = list()
> res$params.hat = Unico(data$X, data$W, data$C1, data$C2, parallel=FALSE, log_file=NULL)
Error in is.nloptr(ret) : at least one element in x0 < lb
Calls: Unico ... lapply -> FUN -> fit_mean_var -> nloptr -> is.nloptr
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc