R1 R Select Variables 변수 선택하기 Select Variables (원하는 변수 선택하기) 내장되어 있는 iris 데이터를 사용하도록 하겠습니다. In this example, built-in dataset, iris, will be used. # iris 데이터의 상위 row들이 뭘 보여주는지를 프린트하는 구문 # this shows top rows of the data head(iris) # 출력된 결과물 # printed results # Sepal.Length Sepal.Width Petal.Length Petal.Width Species # 1 5.1 3.5 1.4 0.2 setosa # 2 4.9 3.0 1.4 0.2 setosa # 3 4.7 3.2 1.3 0.2 setosa # 4 4.6 3.1 1.5 0.2 setosa #.. 2021. 12. 14. 이전 1 다음