User Tools

Site Tools


blog:r_style_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

blog:r_style_guide [2021/08/12 02:37] – created hyjeongblog:r_style_guide [2021/08/12 02:38] (current) hyjeong
Line 3: Line 3:
  
 이것은 Hardley Wickham이 가르치는 과목 **Introduction to data analysis**에서 권장하는 R 스타일이다. 나는 변수에 값을 할당하는 연산자로서 '<-' 보다는 '='을 선호한다. 이는 **simpleR - Using R for Introductory Statistics**의 영향을 받은 탓이다. 이 자료의 서문에는 이런 글이 있다. 이것은 Hardley Wickham이 가르치는 과목 **Introduction to data analysis**에서 권장하는 R 스타일이다. 나는 변수에 값을 할당하는 연산자로서 '<-' 보다는 '='을 선호한다. 이는 **simpleR - Using R for Introductory Statistics**의 영향을 받은 탓이다. 이 자료의 서문에는 이런 글이 있다.
-  These notes were written to take advantage of R version 1.5.0 or later. For pedagogical reasons the equals sign, +  These notes were written to take advantage of R version 1.5.0 or later.  
-=, is used as an assignment operator and not the traditional arrow combination <-. This was added to R in version +  For pedagogical reasons the equals sign, =, is used as an assignment  
-1.4.0. If only an older version is available the reader will have to make the minor adjustment.+  operator and not the traditional arrow combination <-. This was added  
 +  to R in version 1.4.0. If only an older version is available the reader  
 +  will have to make the minor adjustment.
  
  
  
blog/r_style_guide.1628735837.txt.gz · Last modified: by hyjeong