IDEMSInternational / R-Instat

A statistics software package powered by R
http://r-instat.org/
GNU General Public License v3.0
38 stars 103 forks source link

Error in producing an ANOVA table #9180

Open berylwaswa opened 1 week ago

berylwaswa commented 1 week ago

Describe the bug I was using the survey data in the introductory datasets guide file. One objective of the survey was to examine the yield variable. It is in the old units of bushels per acre. This is not commonly used so I divided it by 14.87 to put them into the more well-known tonnes per hectare. I called the column yield1.
Then I produced boxplots to show the variability in the variety variable. I then wanted to quantify this using the Analysis of Variance (ANOVA) table.
I used the Two/Three Variables>Summarise dialog

I expected this to produce the ANOVA table instead I got an error. I have attached the images for the completed dialog and the one for the error I got.

Screenshots CamtasiaRecorder_QId3ZX4pNw instat_893EDhPjtS

This may have been caused by trying to use the gt package, so maybe something needs to be disabled?

rdstern commented 1 week ago

@berylwaswa that is now very clear. I know you can use the current merged version. Are you able to use a development branch? If not yet, this would be good for you to be able to do.
Could you try using the same dialog on @Vitalis95 branch #9074 and see if your example runs ok there? Maybe Vitalis can help you to do that, if you can't, by yourself?

berylwaswa commented 6 days ago

Let me try it, and I can ask @Vitalis95 for help if I can't do it myself.