Hi again,
I mentioned this problem in an earlier thread but since it is a different error, I think it deserves its own thread.
We are getting the following error when we try to assign a certain variable (one of our intervention variables) an "absorbing" type, but not if it is assigned to be "binary". (It is actually an absorbing variable, but we've been running it as binary to avoid the error.)
Error in seq. int(min(dim(R))): "from" must be a finite number
which apparently arises from whatever caused the following warning:
min(dim(R)): no non-missing arguments to min; returning Inf.
My best guess is that it could be a positivity problem? (at a certain point, I think it has value 1 for everyone? and it's definitely 0 for everyone at the beginning) But then why wouldn't this error occur if the covariate is considered binary? Do you have any thoughts?
Hi again,
I mentioned this problem in an earlier thread but since it is a different error, I think it deserves its own thread.
We are getting the following error when we try to assign a certain variable (one of our intervention variables) an "absorbing" type, but not if it is assigned to be "binary". (It is actually an absorbing variable, but we've been running it as binary to avoid the error.)
Error in seq. int(min(dim(R))): "from" must be a finite number
which apparently arises from whatever caused the following warning:
min(dim(R)): no non-missing arguments to min; returning Inf.
My best guess is that it could be a positivity problem? (at a certain point, I think it has value 1 for everyone? and it's definitely 0 for everyone at the beginning) But then why wouldn't this error occur if the covariate is considered binary? Do you have any thoughts?