You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the problem is in dataSample[[w]][i])
Because I want to model whole population, my weights are NULL. And the w = NULL cause an error.
This happened because in specifyInput.R the function is set with weight=NULL and from then the NULL travels.
Hello, I have this error
Problem occurred during function simCategorical() with model method = "distribution".
The problem lies in other function generateValues_distribution.
Error "attempt to select less than one element in get1index" occurs when we use NULL as an index.
There is following code:
And the problem is in
dataSample[[w]][i])
Because I want to model whole population, my weights are NULL. And the w = NULL cause an error.
This happened because in specifyInput.R the function is set with weight=NULL and from then the NULL travels.
The text was updated successfully, but these errors were encountered: