rdatacode.com
  • About
  • Download
    • Python Course Source FilesDownload Python Course source files
    • R Course Source FilesDownload R Course code source files.
  • R Programming
  • Python
  • Statistics
  • Course
    • Course Registration
    • Course InstructorCourse instructor introduction
    • R Basic CourseR fundamental programming course.
    • Python Basic CoursePython Basic Course

R Advanced Data Management

This section and category includes mainly intermediate and more advanced techniques for R data analysis. It specially involve R mathematical functions, R Statistical functions, Probability functions in R, and R Character functions. Apply function as well as in this family, descriptive statistics, and table function family are talked about in this section too. We will also focus on how to write your own functions in R, and how to use control flow. In addition, some frequently used techniques such as reshaping, aggregating dataset are introduced.

R Advanced Data Management

How to generate descriptive statistics in R

We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! When we have a data set on hand, the first step of data analysis is usually drawing descriptive statistics. The most common descriptive statistics for numerical variables are Read more…

By wilsonzhang746, 10 monthsJune 29, 2024 ago
R Advanced Data Management

Some basic mathematical functions in R

We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! In this post, we list some of the most common mathematical functions in R. abs() – compute absolute value of a numerical input. sqrt() – compute square root Read more…

By wilsonzhang746, 10 monthsJune 28, 2024 ago
R Advanced Data Management

How to use apply() function in R

We provide effective and economically affordable training courses for R and Python, click here for more details and course registration ! apply() function in R programming is used to perform a specified function, either a R base installation function or an user-written function, to the rows or columns of a Read more…

By wilsonzhang746, 10 monthsJune 23, 2024 ago
R Advanced Data Management

Using probability functions in R

We provide effective and economically affordable training courses for R and Python, click here for more details and course registration ! R provides rich availability of using probability functions. Probability functions in R takes the form [dpqr][prob], Where [dpqr] represent which kind of variates the function works on d – Read more…

By wilsonzhang746, 10 monthsJune 21, 2024 ago
R Advanced Data Management

Subseting datasets in R

We provide effective and economically affordable training courses for R and Python, click here for more details and course registration ! When a data frame is created in R, usually parts of it will be used later. Subset of the dataset, either by row or by column, or both can Read more…

By wilsonzhang746, 10 monthsJune 20, 2024 ago
R Advanced Data Management

How to generate a set of sample data using sample() function in R

We provide effective and economically affordable training courses for R and Python, click here for more details and course registration ! sample() function in R selects random samples from a given population. The population can be all elements of a vector, observations of a data frame, etc. For example, in Read more…

By wilsonzhang746, 10 monthsJune 17, 2024 ago
R Advanced Data Management

Introduction of S3 class in R programming

We provide effective and economically affordable training courses for R and Python, click here for more details and course registration ! S3 class system is the most used R object oriented programming mechanism. The calling of ‘S3’ comes from the third version of S, which is the ancestor of R Read more…

By wilsonzhang746, 11 monthsJune 2, 2024 ago
R Advanced Data Management

Environment system in R programming

We provide effective and economically affordable training courses for R and Python, click here for more details and course registration ! R’s environment system behaves as a hierarchical folder system where objects in an R session are located. So when a R session is started, and with several objects created, Read more…

By wilsonzhang746, 11 monthsMay 19, 2024 ago
R Advanced Data Management

Aggregating data using aggregate() in R

In R programming, function aggregate() provides an easy way to calculate summary statistics of variables by specific groups in a data frame.

By wilsonzhang746, 12 monthsApril 19, 2024 ago
Dplyr

Use spread() of dplyr in R to convert long-form dataset into wide-form

dplyr is a package that belongs to tidyverse framework. dplyr allows usage of pipeline structure (%>%), which can chain multiple functions together into one statement to make data management more effective. spread() of dplyr is a function that spreads the values of columns from the current data frame, and make them as column labels in the resulting data frame.

By wilsonzhang746, 1 yearFebruary 15, 2024 ago
  • About
  • BLOG
  • Contact Us for Course Registration
  • HOME
Hestia | Developed by ThemeIsle