tea-lang-org/tea-lang

Question about general procedure of statistical testing

rlalpha opened this issue · 2 comments

Can I ask about how to conduct two way anova via tea?
Where can I find some example code?
Thank you

emjun commented

Hi @rlalpha ! Thanks so much for getting in touch.

Do you have a dataset you are working with? If so, could you post it here? I'd like to be as helpful as I can be so working on a dataset you are wanting to analyze seems like it would be most helpful!

Eunice

Hi @emjun

As @rlalpha started a thread about general statistics questions, I would like to ask you about a very simple hypothesis test that I tried model on Tea, but got some errors.

In this example, there's a simulation of 100 flips of a unfair coin. I would like to use Tea to test the hypothesis that the coin is a fair one.

The source code could be found here:
https://colab.research.google.com/drive/1ku8Cu41BJaZeJ5qwWjRiyYKEkQLOOEX7

Could you help me, please?

Thank you,
José

PS: As I'm a very begining statistics studant, please, correct me if I'm saying any foolish. :)