输入:
x y
30 20
30 20
30 20
30 20
我尝试使用 cor() 函数计算两个变量之间的相关性。在输入数据中没有 NA 但我得到以下结果:
a b
a 1 NA
b NA 1
Warning message:
In cor(dataframe) :
the standard deviation is zero
为什么会这样?我尝试使用 cor 函数但同样的结果。
输入:
x y
30 20
30 20
30 20
30 20
我尝试使用 cor() 函数计算两个变量之间的相关性。在输入数据中没有 NA 但我得到以下结果:
a b
a 1 NA
b NA 1
Warning message:
In cor(dataframe) :
the standard deviation is zero
为什么会这样?我尝试使用 cor 函数但同样的结果。