Skip to content

Commit

Permalink
Fix '~' notation
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbin committed Dec 8, 2015
1 parent 60802cd commit 3025643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refactoring-r.org
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
#+END_SRC

기본함수 [[https://stat.ethz.ch/R-manual/R-devel/library/base/html/paste.html][paste]] 는 ~collapse~ 속성을 부여하면 벡터를 지정된 구분자 문자로 묶어줍니다.
위 코드는 설명변수들을 ~+~ 로 묶고 분류와 설명변수를 ~\~~ 로 묶어 수식
위 코드는 설명변수들을 ~+~ 로 묶고 분류와 설명변수를 ~으로 묶어 수식
문자열로 만든뒤 그 문자열을 수식형식으로 변환했을때 기존 수식과 다르지
않다는것을 보여주고 있습니다.

Expand Down

0 comments on commit 3025643

Please sign in to comment.