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
Before submitting this to CRAN, argument names should be cleaned up. Particularly, the data argument should always be called data (unless a single vector, then x), and always come first. Also, same argument in related functions should have the same name (items vs scale_items in make_scale(s).
As part of that, add type checks where appropriate, and reconsider some functions (e.g., why only have paired_t_test_d rather than a wrapped for the full t.test function?
Before submitting this to CRAN, argument names should be cleaned up. Particularly, the data argument should always be called
data
(unless a single vector, thenx
), and always come first. Also, same argument in related functions should have the same name (items
vsscale_items
in make_scale(s).Below the status quo:
The text was updated successfully, but these errors were encountered: