Closed berkbuzcu closed 1 year ago
Hi,
Can you please share a minimal example (with data and code) to reproduce the example?
Thanks Raphael
Below is the data sample and the line of code I use. @raphaelvallat
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
type | rating | nid | category -- | -- | -- | -- A | 3 | 0 | A B | 3 | 0 | A C | 4 | 0 | A D | 4 | 0 | B E | 3 | 0 | B F | 5 | 0 | B G | 4 | 0 | C H | 3 | 0 | C J | 3 | 0 | C A | 2 | 1 | A B | 3 | 1 | A C | 4 | 1 | A D | 4 | 1 | B E | 8 | 1 | B F | 6 | 1 | B G | 4 | 1 | C H | 7 | 1 | C J | 9 | 1 | C
I am running Mixed-ANOVA model on a data structured same as the example.
When I retrace the calculation made here I acquire the max count as an integer no problem. Some internal calculation seems to turn the data into an empty group dataframe.
Any thoughts?