Analyze Employment Data of College Faculty Members
Import employment data on members of a college faculty.
| In[1]:= | X |
| Out[1]= | ![]() |
Pick out just the salary and rank columns.
| In[2]:= | X |
| Out[2]= | ![]() |
Plot rank versus salary.
| In[3]:= | X |
| Out[3]= | ![]() |
Determine the correlation between salary and rank.
| In[4]:= | X |
| Out[4]= |
Make a function that shows the relationship between any two variables.
| In[5]:= | ![]() X |
| In[6]:= | X |
| Out[6]= | ![]() |
Make an interactive viewer that shows the relationship between any two variables.
| In[7]:= | ![]() X |
| Out[7]= | ![]() |






