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
qtab() introduced in collapse 1.8.0 should be more efficient than the workaround with fsum(). You need to pass the data to the weights argument w of qtab(). In any case, even if that should not be the case, fsum() now has an argument fill = TRUE, which you can set to avoid the res[is.na(res)] <- 0 line.
The text was updated successfully, but these errors were encountered:
qtab()
introduced in collapse 1.8.0 should be more efficient than the workaround with fsum(). You need to pass the data to the weights argumentw
ofqtab()
. In any case, even if that should not be the case,fsum()
now has an argumentfill = TRUE
, which you can set to avoid theres[is.na(res)] <- 0
line.The text was updated successfully, but these errors were encountered: