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
On this note, could it be documented that prob is an optional parameter? Currently, it looks required, which made me get stuck with this issue until I noticed that I don't need to specify weights.
when i try the following command
i get the following error:
I used a debugger function and i think there is a bug in the package which i believe is here:
I believe the highlighted line should be
stopifnot(length(prob) == nrow(dat))
The text was updated successfully, but these errors were encountered: