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
but I forgot to include the predictor on the right-hand side:
logprob"y = y | chain = chain"
instead of
logprob"y = y | group = group, chain = chain"
The following error message is not very helpful: ERROR: AssertionError: all(valid_arg, getargnames(modelgen)).
Maybe the user could be encouraged to add the missing predictors, or could they be conditioned on by default?
The text was updated successfully, but these errors were encountered:
I tried to obtain the point-wise likelihood for a model containing a predictor variable:
but I forgot to include the predictor on the right-hand side:
instead of
The following error message is not very helpful:
ERROR: AssertionError: all(valid_arg, getargnames(modelgen))
.Maybe the user could be encouraged to add the missing predictors, or could they be conditioned on by default?
The text was updated successfully, but these errors were encountered: