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
Currently combine special cases nrow to get the number of rows.
It's actually pretty hard to get the percentage of observations in a group when doing a combine operation. You have to do nrow before, then save that variable, then make a new nrow.
It might be worth considering adding something like
Currently
combine
special casesnrow
to get the number of rows.It's actually pretty hard to get the percentage of observations in a group when doing a combine operation. You have to do
nrow
before, then save that variable, then make a newnrow
.It might be worth considering adding something like
be a shorthand for
The text was updated successfully, but these errors were encountered: