Statistical Inference
Budget: $30 – $250 USD
We did not study anything about ANOVA, so don't write about it.
I provided the assignment details, the template, and an example of the template.
For the codes, we use Jupyter Notebook.
We chose the personality data set, this is a code you can use to get a random sample:
import pandas
original_data = pandas.read_csv("https://raw.githubusercontent.com/ZUCourses/SIA-Public/main/Data%20Sets/personality.csv")
df=original_data.sample(n=250)
df.to_csv(r'GroupARS.csv')
print (df)
I need all the codes and screenshots of everything to include it in my submission just like the example report I provided.
You have exactly 48 hours to finish the assignment
I provided the assignment details, the template, and an example of the template.
For the codes, we use Jupyter Notebook.
We chose the personality data set, this is a code you can use to get a random sample:
import pandas
original_data = pandas.read_csv("https://raw.githubusercontent.com/ZUCourses/SIA-Public/main/Data%20Sets/personality.csv")
df=original_data.sample(n=250)
df.to_csv(r'GroupARS.csv')
print (df)
I need all the codes and screenshots of everything to include it in my submission just like the example report I provided.
You have exactly 48 hours to finish the assignment