본문 바로가기

언어/R22

R added https://www.econometrics-with-r.org/ Introduction to Econometrics with RBeginners with little background in statistics and econometrics often have a hard time understanding the benefits of having programming skills for learning and applying Econometrics. ‘Introduction to Econometrics with R’ is an interactive companion towww.econometrics-with-r.org https://kmis.gitbook.io/statistics 2025. 6. 6.
jupyter notebook install jupyter notebookafter that....>install.package(‘devtools’)>install.packages('IRkernel') >IRkernel::installspec() $> jupyter notebook 2025. 5. 30.
basic https://www.w3resource.com/r-programming-exercises/ R programming Exercises, Practice, Solution - w3resourceR programming Exercises, Practice, Solution: The best way we learn anything is by practice and exercise questions. Here you have the opportunity to practice the R programming language concepts by solving the exercises starting from basic to more complex exwww.w3resource.com https://www.w3s.. 2025. 4. 30.
R statistics 평균: mean표준편차:sd분산:var공분산:cov상관계수:corr선형회귀:lm 이항분포는 시행결과가 오직 2개인 베르누이 시행을 여러번 반복하였을 때 나타나는 확률분포dbinom(x, size, prob, log = FALSE)pbinom(q, size, prob, lower.tail = TRUE, log.p = FALSE)qbinom(p, size, prob, lower.tail = TRUE, log.p = FALSE)rbinom(n, size, prob) dnorm(x, mean = 0, sd = 1, log = FALSE)pnorm(q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)qnorm(p, mean = 0, sd = 1, lower.tail.. 2025. 4. 19.
R foreach https://www.spsanderson.com/steveondata/posts/2025-03-24/ How to Use the foreach() Function in R: A Comprehensive Guide – Steve’s Data Tips and TricksUnlock the power of parallel processing with the foreach() function in R! This comprehensive guide explores how to efficiently handle data analysis using foreach() with practical examples, best practices, and comparisons to traditional loops. Perfe.. 2025. 3. 26.
R BlackSholes BlackScholes 2025. 2. 19.