Technical requirements
Make sure you have installed the scipy
and researchpy
packages. You may run the following commands in your Anaconda command prompt or PowerShell:
pip install scipy pip install researchpy
Note
We will be using either Spyder or JupyterLab to run the code and observe the output. If you use Spyder, you will have the option to use a variable explorer for ease of exploring different data objects. In JupyterLab, you may use the print()
statements to show object values.