I was trying to use the package and noticed the following error, however bit unclear on why it is giving me the message.
"Nullifcation failed to find a starting design."
A bit dig down to the code, I noticed that it is coming through "value$error==13"
Please find attached a test data and I am using the following code:
y <- read.csv(file="test_data.csv")
out <- optFederov(data = y, approximate=TRUE, nTrials = 25, criterion="I")
Error in optFederov(data = y, approximate = TRUE, nTrials = 25, criterion = "I") :
Nullifcation failed to find a starting design.
It is, however, working if I don't fix the 'nTrials', i.e.,
From Shuvo Bakar (July 13, 2020):
I was trying to use the package and noticed the following error, however bit unclear on why it is giving me the message.
"Nullifcation failed to find a starting design."
A bit dig down to the code, I noticed that it is coming through "value$error==13"
Please find attached a test data and I am using the following code:
It is, however, working if I don't fix the 'nTrials', i.e.,
Which has more than 25 samples selected by the design.
Would much appreciate your thoughts and suggestions on this. test_data.csv