开始使用免费开始使用

Linear relationship

You can spot a correlation in the business landscape around you. If the demand rises, the price increases. On a macro scale, if the consumers spend more, the GDP increases.

The correlation coefficient measures the strength of the linear relationship between two variables.

In this exercise, you will analyze the linear relationship on the women dataset from the datasets package. The dataset is available as women in the environment.

The dataset includes the average heights and weights for American women aged 30-39.

本练习是课程的一部分

Practicing Statistics Interview Questions in R

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Draw the scatterplot
___(women$height, ___)
编辑并运行代码