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
psychsyn uses internal helpers, get_item_pairs and syn_for_one. What is the best way/place to put these helpers? Right now we have them at the end of psychsyn.R
potentially replace aperm() with t() as it produces identical results (verify) and is more well known, or else edit syn_for_one so that its output is shaped correctly.
write tests
The text was updated successfully, but these errors were encountered:
get_item_pairs
andsyn_for_one
. What is the best way/place to put these helpers? Right now we have them at the end of psychsyn.Raperm()
witht()
as it produces identical results (verify) and is more well known, or else edit syn_for_one so that its output is shaped correctly.The text was updated successfully, but these errors were encountered: