Lists in R

Different types of data structures in R includes vectors, matrices, data frames and lists. Having already discussed vectors, matrices and data frames, the focus of this article is lists. The lists are type of data structures that allow you to store and organize different type of data types including vectors, matrices and even other lists. …

Lists in R Read More »

Data Frames in R

Data frames in R are another data structure used for organizing and manipulating data in a table form. These are two-dimensional structure where rows represent observations and columns represent variables. Creating a data frame requires using data.frame() function, where the variables are specified by naming vectors or columns. For example, to create a data frame …

Data Frames in R Read More »

10 Best Statistics Books for Data Science Enthusiasts

Data science books often serve as a vital repository of information for anyone working in the field of data science. Statistics, a fundamental component of these books, provide us with the ability to collect, define, evaluate, display, and eventually draw useful insights from data. A strong cognition of statistics is essential for a data scientist. …

10 Best Statistics Books for Data Science Enthusiasts Read More »