Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Computed column error

I am creating a summary column for my data and I keep receiving and error message <text>:2:1: unexpected '&' . I am new to JASP so I am not sure what this means.

Thanks

Comments

  • can you show what you're trying to do please (like a screenshot, or copy-pasting code if you're using an R computed column)

  • That error usually pops up when there’s a small syntax slip in the formula. Double-check if you have any stray characters or if you’re using '&&' instead of the word 'and' (or vice versa) depending on whether you're using the R-syntax mode or the drag-and-drop editor. Sometimes even a hidden space or a special character in a column name can trigger it!

Sign In or Register to comment.