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, factor variables give NA for mean/median
could add an output that is like "mode" or some such
tab_mean <-
data.frame(
mean = NA,
mean_se = NA,
median = NA,
median_se = NA
)
The text was updated successfully, but these errors were encountered:
currently, factor variables give NA for mean/median
could add an output that is like "mode" or some such
tab_mean <-
data.frame(
mean = NA,
mean_se = NA,
median = NA,
median_se = NA
)
The text was updated successfully, but these errors were encountered: