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
Error in is.null(weights) || is.infinite(weights) :
'length = NNN' in coercion to 'logical(1)'
where NNN ~ 1500 is the number of observations. There are no NAs in the data, and both 0s and 1s are present in y.
So, I decided to check an older more complicated model, which worked flawlessly before, but after thinking for a while it gave me the same error with a different NNN ~ 30,000.
Any ideas what may cause this now? Thank you.
The text was updated successfully, but these errors were encountered:
I created a simple model with one
{0,1}
dependent variabley
(int) and many independent double variables, but when I runI get
where
NNN ~ 1500
is the number of observations. There are no NAs in the data, and both 0s and 1s are present iny
.So, I decided to check an older more complicated model, which worked flawlessly before, but after thinking for a while it gave me the same error with a different
NNN ~ 30,000
.Any ideas what may cause this now? Thank you.
The text was updated successfully, but these errors were encountered: