Hi everyone,
I encountered an issue while using the NBS function in R. My code is as follows:
nbs.result <- NBS(A, covars, contrasts, con.type = "t", p.init = 0.001, N = 1000) summary(nbs.result)
When I run summary(nbs.result), I get the following error:
Error in { : task 1 failed - "object 'NA' not found"
However, when I use print(nbs.result), I do get a result. But when I try to access nbs.result$covars, it displays "the object no longer exists."
Has anyone else experienced this issue? Any advice on how to resolve it would be greatly appreciated.
Thank you!