我在一篇关于回归建模的教程中看到了以下命令:
myFormula <- Species ~ Sepal.Length + Sepal.Width + Petal.Length + Petal.Width
这个命令到底做了什么,~ (代字号)在命令中的作用是什么?
~
https://stackoverflow.com/questions/14976331
相似问题