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
should just work, but it doesn't because the first argument is neither a matrix nor an array. But when no specific method is defined for stanreg objects, the bayesplot functions should just call as.matrix or as.array on the first argument internally, like apply and things like that do. That way we can accept anything that can be coerced into a matrix or an array without having to write methods for everything.