Search for tag: "length()"

Creating Frequency Tables in R

Frequency distributions (univariate and joint) can be displayed in contingency tables, or cross-tabulations. In this video we show how tapply() can be used to create such tables, but we…

From  Daniel Hall 1,408 plays 0  

Data Structures in R - Part 2, Matrices

We continue to discuss data structures in R, this time focusing on matrices. We cover how to form matrices with functions such as matrix(), cbind() and rbind(), and functions related to the…

From  Daniel Hall 146 plays 0  

Data Structures in R - Part 1, Vectors

In this video we introduce the various data structures in R, concentrating on vectors.Vectors are the fundamental unit in R, so it is important to understand how to form and manipulate them. While…

From  Daniel Hall 108 plays 0