File [~/projects/fatr/venv/lib/python3.10/site-packages/pyvttbl/stats/_anova.py:1607](http://localhost:8888/lab/workspaces/auto-6/tree/venv/lib/python3.10/site-packages/pyvttbl/stats/_anova.py#line=1606), in Anova.__str__(self)
1604 s.append(self._between_str())
1606 if len(self.wfactors)!=0 and len(self.bfactors)!=0:
-> 1607 s.append(self._mixed_str())
1609 s.append(self._summary_str(factors))
1610 return ''.join(s)
File [~/projects/fatr/venv/lib/python3.10/site-packages/pyvttbl/stats/_anova.py:1885](http://localhost:8888/lab/workspaces/auto-6/tree/venv/lib/python3.10/site-packages/pyvttbl/stats/_anova.py#line=1884), in Anova._mixed_str(self)
1879 error.append([src,'Sphericity Assumed',
1880 r['sse'],' - ',r['dfe'],r['mse'],
1881 '','','','','','','',''])
1883 if sphericity_test_filter is None or sphericity_test_filter == 'gg':
1884 error.append([(src, '')[sphericity_test_filter is None], 'Greenhouse-Geisser',
-> 1885 r['sse'],r['eps_gg'],r['dfe_gg'],r['mse_gg'],
1886 '','','','','','','',''])
1888 if sphericity_test_filter is None or sphericity_test_filter == 'hf':
1889 error.append([(src, '')[sphericity_test_filter is None], 'Huynh-Feldt',
1890 r['sse'],r['eps_hf'],r['dfe_hf'],r['mse_hf'],
1891 '','','','','','','',''])
KeyError: 'dfe_gg'