X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=openanalyse.py;h=a80670e9bab8f47bc174b0219aea8022930bd003;hb=8d5fdf0146b7b3b1898bed4824abee96b270b33d;hp=c8089d269e331020db03bcb64f512ec3571a988f;hpb=3647a911117ea08f4f969720a16c58bcc7d4e809;p=iramuteq diff --git a/openanalyse.py b/openanalyse.py index c8089d2..a80670e 100644 --- a/openanalyse.py +++ b/openanalyse.py @@ -170,6 +170,6 @@ class OpenAnalyse(): MatLayout(self.parent, corpus) elif self.conf['type'] == 'freq' or self.conf['type'] == 'freqmulti': FreqLayout(self.parent, corpus, self.conf) - elif self.conf['type'] == 'chi2' : + elif self.conf['type'] == 'chi2' or self.conf['type'] == 'chi2mcnemar': Chi2Layout(self.parent, corpus, self.conf)