跳至内容
类别
技术

R 编程教程

在我们的 R 教程中,您将找到有助于提升编程技能的提示与用例。我们会及时为您更新最新技术。
其他技术:
Group培训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.

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.

2026年2月6日

GLM in R: Generalized Linear Model

Learn about generalized linear models (GLM) and how they differ from linear models.

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.

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.

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.

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.

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.

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.

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.

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.

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.

2020年4月6日