Im looking to confirm that I have my Chi Square test set up correctly. I have 2 variables with 1 observation, which is the count of tweets per each. Im just trying to confirm I have it set up correctly.
Code:
Bridgewater_amount=328
Keenum_amount=1185
Quarterback_dataframe=data.frame(Bridgewater_amount,Keenum_amount)
chisq.test(Keenum_amount,Bridgewater_amount)