Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My basket lists are all different lengths #1

Closed
j2bryson opened this issue Jul 30, 2018 · 1 comment
Closed

My basket lists are all different lengths #1

j2bryson opened this issue Jul 30, 2018 · 1 comment

Comments

@j2bryson
Copy link
Collaborator

 res <- weat_boot(alldone, wordvecs,
+                  x_name = "DescriptivePos", y_name = "DescriptiveNeg",
+                  a_name = "NormPos", b_name = "NormNeg",
+                  se.calc = "quantile")
Error in vectors[y_words, ] : subscript out of bounds

> table(alldone$Condition)

       NormPos        NormNeg DescriptivePos DescriptiveNeg 
            59             53             69             50 

brokenbaskets.csv.zip

@conjugateprior
Copy link
Owner

This was a problem with empty vectors in the end. Needs more error checking on that side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants