Learn practical skills, build real-world projects, and advance your career
from IPython.display import display, Markdown, Latex
display(Markdown('*some markdown* $\phi$'))
# If you particularly want to display maths, this is more direct:
display(Latex('\phi'))

Practice Exercices in Jasp and Python

JASP Practice Statistics : https://jasp-stats.org

1.	RELATIONSHIP TESTING

a) Correlation Example 1

Do heavier athletes have larger maximums in the bench press?

Athlete:ABCDEFG
Bench press (kg)127.52169.62226.2143.91169.73177.36183.51
Weight (kg)64.3669.5870.171.4876.5370.9872.47

NULL Hypothesis, H0:

EXPERIMENTAL Hypothesis, H1:

First thing to do before to work on JASP is to create a .CSV file

NB: Please look we need to arrange the table different