Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Image: ubuntu2004
#2C Show how to calculate the appropriate measure to compare the groups (effect size) by hand, using the observed data (either write on paper or type as text, not code). Explain what you’re doing in each step. Confirm this using Python. #We are going to compute the f-like statistic which is basically across differences/within differences. #First we choose the box model which in this case we chose big box resampling, next we repeating resampling and calculate our f statistic many times. Then lastly we calculate p-value by comparing fobs to the null distribution
#to calculate the median, we would arrange the data in order from the smallest to largest and find the value in the centre of the data. For our values, the centre of the data for the Ad1 is 58.5, Ad2 is 67.5 and Ad3 is 41.0. To find the grand median, we will compute all of the means for each data set and then divide the total by the number of groups. For the F-statistic, we are trying to find the difference across group, relative to the difference within groups. We will apply the F-statistics formula to divide the variation between both the groups.