코딩Coding/R
-
-
R에서 기본 수학 표현 ❤️코딩Coding/R 2022. 6. 23. 20:43
https://pmx.amc.seoul.kr/csm3/BasicExpression.html R 에서 기본 수학 표현 Basic operation(기본 연산)과 elementary transcendental function \(a + b\) a + b \(a - b\) a - b \(a \times b\) a * b \(a \div b\) a / b x의 반올림, round-to-even number 주의 round(x) x의 버림/내림 floor(x) x의 올림 ceiling(x) 정수 연 pmx.amc.seoul.kr
-
R Calculator코딩Coding/R 2022. 6. 23. 20:20
https://ytliu0.github.io/Stat390EF-R-Independent-Study-archive/Week02/RCalculator.html Using R as a Calculator MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "all" } } }); You should have completed lessons 1 and 3 of R programming in swirl before reading this article. One thing you notice when opening an R console is that you can use it as a calculator. ytliu0.github.io
-
R] sin cos 연산하기코딩Coding/R 2022. 6. 23. 20:17
https://www.vrcbuzz.com/built-in-trigonometric-functions-in-r/ Built-in Trigonometric functions in R - VRCBuzz Built-in Trigonometric functions in R, trigonometric functions in R, inverse trigonometric functions in R, hyperbolic trigonometric functions in R www.vrcbuzz.com
-
R for macOS FAQ코딩Coding/R 2022. 6. 22. 19:13
https://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#The-R-Console R for macOS FAQ 10.4 I see spurious error messages when starting R! If you see error messages upon start of the R GUI which contain Library/InputManagers anywhere in the text, then you have some broken haxxies installed in your system. Those messages do NOT come from R, s cran.r-project.org
-
VSCODE + R ❤️ programming Tutorial코딩Coding/R 2022. 6. 22. 18:05
https://youtu.be/INP-FsluDuk setting VSCode https://youtu.be/hOe5eYcQrCw R Script 실행하는 방법 https://stackoverflow.com/questions/3506007/running-r-code-from-command-line-windows Running R Code from Command Line (Windows) I have some R code inside a file called analyse.r. I would like to be able to, from the command line (CMD), run the code in that file without having to pass through the R terminal ..
-
NeoVim❤️으로 🧡R Language 세팅하기코딩Coding/R 2022. 6. 22. 16:53
https://youtu.be/nm45WagtV3w https://gist.github.com/rohitfarmer/68cdadeaeeb196e8a6ecdebdee6e76a5 Nvim-R Demo Nvim-R Demo. GitHub Gist: instantly share code, notes, and snippets. gist.github.com https://youtu.be/-qjQXsGk3D4 command 창에서 R실행하는 방법 https://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_start.html Kickstarting R Starting R If R has been installed properly, simply entering R on the..