Search found 3 matches
- Tue Mar 16, 2021 2:09 am
- Forum: Help
- Topic: descriptives function in R - can't return table or plots
- Replies: 5
- Views: 4569
Re: descriptives function in R - can't return table or plots
Thank you Jonathon and Maurizio, very helpful!
- Wed Mar 10, 2021 4:17 am
- Forum: Help
- Topic: descriptives function in R - can't return table or plots
- Replies: 5
- Views: 4569
Re: descriptives function in R - can't return table or plots
Thanks Jonathon! This actually works, when I then do print(results) inside the for loop. Two follow-up questions, if you have some thoughts on this: 1) in descriptives table is there away to change "Standard Deviation" to "SD" and limit the digits of values for compactness? 2) is...
- Wed Mar 10, 2021 3:33 am
- Forum: Help
- Topic: descriptives function in R - can't return table or plots
- Replies: 5
- Views: 4569
descriptives function in R - can't return table or plots
Hello jamovi users! New user here - I am trying to use jvm package in R. I have written a function that takes lists of variables and a histogram T/F argument. The function works, but I can not get the results out. I would like to return the descriptives table and histogram plots back and render to h...