May 2019
Beginner to intermediate
266 pages
5h 57m
English
This section involves understanding the depth of each and every attribute that is considered to be important for the previously mentioned dataset.
The following steps are used to map the underlying structure of our dataset:
> class(longley)[1] "data.frame"
The output shows that the dataset includes a tabular format of rows and columns that is well defined in dimensions.
> dim(longley)[1] 16 7
This means that the dataset is comprised of 858 rows and 36 columns. The column structure is as discussed in the first section.
Read now
Unlock full access