ANCOVA in Python with Scipy/Numpy stats

Posted by Shax on Stack Overflow See other posts from Stack Overflow or by Shax
Published on 2010-05-26T20:58:56Z Indexed on 2010/05/26 21:01 UTC
Read the original article Hit count: 342

Filed under:
|

I would like to know a way of performing ANCOVA(analysis of covariance) using Python with scipy. It is basically a statistical comparison of regression lines. I know Python can do ANOVA and it can also do regression line fitting with Scipy.stats. I'm not sure how to put those together to get an effective ANCOVA though, if it is possible.

Regards,

Shax

© Stack Overflow or respective owner

Related posts about scipy

Related posts about stats