Search found 7 matches

by bobk
Tue Jul 06, 2021 11:25 pm
Forum: Help
Topic: Rj editor ggpot2 missing error bars
Replies: 2
Views: 5140

Re: Rj editor ggpot2 missing error bars

Never mind; the se variable was set as "nominal". R (I think) doesn't type this way, but jamovi does. Leaving this here for other (like me) semi-clueless members. :( .
by bobk
Tue Jul 06, 2021 9:23 pm
Forum: Help
Topic: Rj editor ggpot2 missing error bars
Replies: 2
Views: 5140

Rj editor ggpot2 missing error bars

I'm trying to set up examples for my students (who are using jamovi in our stat classes) for doing simple plots using the Rj editor, that aren't that easy or editable in jamovi. I've run into a ggplot2 issue. I can generate a bar plot, but not the error bars. I checked, and the code works fine in R....
by bobk
Fri Nov 01, 2019 12:23 pm
Forum: Help
Topic: Contingency Table Missing Total Column percentages
Replies: 2
Views: 3877

Re: Contingency Table Missing Total Column percentages

Done. Thanks.
by bobk
Thu Oct 31, 2019 3:48 pm
Forum: Help
Topic: Contingency Table Missing Total Column percentages
Replies: 2
Views: 3877

Contingency Table Missing Total Column percentages

Hi, when I produce a two-way contingency table (using Frequencies/Independent Samples), and ask for row and column percentages, they appear in the Total row a the bottom of the table, but not is the Total column to the right of the table. On the the row counts appear. This seems odd, and confuses my...
by bobk
Mon Jan 28, 2019 6:23 pm
Forum: Help
Topic: Problem: read txt file with no headers
Replies: 5
Views: 3532

Re: Problem: read txt file with no headers

Thanks! I love what you're doing, and my Department here is going to teach our stat classes using jamovi instead of SPSS starting this semester; FYI!

bob k.
by bobk
Fri Jan 25, 2019 3:15 pm
Forum: Help
Topic: Problem: read txt file with no headers
Replies: 5
Views: 3532

Re: Problem: read txt file with no headers

Thank you; I did know that editing the file was a solution, but was hoping for a "header = FALSE" way around it. Anything about why my read.cvs command didn't populate jamovi with the data, just showed it in the syntax window? Is that not implemented either? I tried putting it in 'data' wh...
by bobk
Thu Jan 24, 2019 6:12 pm
Forum: Help
Topic: Problem: read txt file with no headers
Replies: 5
Views: 3532

Problem: read txt file with no headers

HI, when I try to read in a comma delimited txt file, with no headers, the first line of data becomes the variable names. I can't figure out how to avoid this. I tried reading in the file via the Rj editor, with this syntax: tf <- c("C:/R/grades.txt") read.csv(tf, header = FALSE) and that ...