Question: In R, you are exploring a dataset. What statistical test should be used to determine if a variable is associated with any of the other
In R, you are exploring a dataset. What statistical test should be used to determine if a variable is associated with any of the other variables? Assume the significance level alpha=0.01). The variables consist of factors such as "True", "False" and "Yes", "No".
Example Variables:
$ Single: "Yes", "No", "Yes"...
$ Employed: "True", "True", "False"...
Please write the solution in R.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
