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 Data Structure Dataset

This section introduces R data structures: One-dimensional data structure Vector; 2-dimensional data structure Matrix; n-dimensional data structure Array; tabular data structure Data Frame; and data structure List which can store any other type data objects. And this section also introduce how to create R data structure: using read.table() function to read text or csv files to create a data frame; using read.csv() function to read csv file to create a data frame. This section also introduces several functions: with().

Data Science

Arrays in R programming

When it is needed to store many elements of same type or mode into one data object in R, you can use array. Actually, vector and matrix are special types of array with one and two dimensions respectively.

By wilsonzhang746, 1 yearDecember 2, 2023 ago
Data Science

Working with Matrix in R programming

If we want to store data of same mode or type in a two-dimensional array in R data analysis, matrix may be the most appropriate data structure to use. A matrix is just coming from a vector expanded in two dimensions with rows and columns, this is why the input subject is often a vector when a matrix is generated.

By wilsonzhang746, 1 yearNovember 28, 2023 ago
Data Science

R data structure – Working with R Vector data objects

Vector in R programming is one-dimensional array. Its element can be numeric, character, or logital data. To create a vector in R, you can use function c().

By wilsonzhang746, 1 yearNovember 23, 2023 ago

Posts pagination

Previous 1 2
  • About
  • BLOG
  • Contact Us for Course Registration
  • HOME
Hestia | Developed by ThemeIsle