범주
기술
R 프로그래밍 튜토리얼
저희 R 튜토리얼에서는 프로그래밍 역량을 키우는 데 도움이 되는 팁과 활용 사례를 확인하실 수 있습니다. 최신 기법도 꾸준히 소개해 드립니다.
기타 기술:
2명 이상을 교육하시나요?DataCamp for Business 사용해 보세요
Graphics with ggplot2 Tutorial
Data visualization is an essential skill for data scientists. It combines statistics and design in meaningful and appropriate ways.
DataCamp Team
2020년 9월 25일
How to Sort Data in R: A Complete Tutorial
Learn how to sort vectors, data frames, and more in R using order(), sort(), and dplyr's arrange() with practical examples.
Olivia Smith
2026년 2월 6일
GLM in R: Generalized Linear Model
Learn about generalized linear models (GLM) and how they differ from linear models.
DataCamp Team
2020년 6월 30일
How to Subset Data in R: Select, Filter, and Extract Data
Learn how to subset data frames in R using brackets [], subset(), and dplyr. Includes code examples and a comparison of methods.
DataCamp Team
2026년 5월 21일
Objects and Classes in R
Learn about Object-Oriented Programming (OOP) along with R's objects, different classes like S3 and S4, along with its construction, creating its generic function with examples and many more.
Olivia Smith
2020년 6월 22일
IF ELSE Function in R
Learn in detail about the ifelse() function, including syntax, along with finding whether a number is odd or even, and finally, with an example to see whether a student passed or failed their exam.
Olivia Smith
2020년 6월 8일
Factors in R Tutorial
Learn about the factor function in R, along with an example, and it's structure, order levels, renaming of the levels, and finally, with the ordering of categorical values.
Olivia Smith
2020년 6월 8일
Matrices in R Tutorial
Learn all about R's matrix, naming rows and columns, accessing elements also with computation like addition, subtraction, multiplication, and division.
Olivia Smith
2020년 5월 11일
Data Reshaping in R Tutorial
Learn about data reshaping in R, different functions like rbind(), cbind(), along with Melt(), Dcast(), and finally about the transpose function.
Olivia Smith
2020년 5월 5일
Estimating COVID-19's 𝑅𝑡 in Real-Time (Replicating in R) Tutorial
Kevin Systrom published a really interesting article on estimating $R_t$, the measure known as effective reproduction number. We will use the same approach outlined by Kevin in his article to estimate COVID-19's Rt in real-time.
Ramnath Vaidyanathan
2020년 4월 17일
Arrays in R
Learn about Arrays in R, including indexing with examples, along with the creation and addition of matrices and the apply() function.
Olivia Smith
2020년 4월 6일
Strings in R Tutorial
Learn about R's Strings: its rules, concatenation, along with essential properties of the string, extracting and replacing a character string, and formatting a string.
Olivia Smith
2020년 4월 6일