Oh my gosh such a rookie mistake... - I didn't realize that...(even though I should have.....)
Thank you very much!
Search found 2 matches
- Mon Feb 22, 2021 3:27 pm
- Forum: Help
- Topic: error message jamovi system R
- Replies: 2
- Views: 2911
- Mon Feb 22, 2021 1:03 pm
- Forum: Help
- Topic: error message jamovi system R
- Replies: 2
- Views: 2911
error message jamovi system R
Hi everyone, Just for getting to know jamovi a bit more (in particular the Rj editor) I tried to run a simple unpaired t-test using system R. I have installed an loaded jmvconnect and I tried to run following command: library(jmvconnect) t.test(Konzentration~geschlecht, var.equal = TRUE, data=data) ...