January 2024
Beginner to intermediate
272 pages
6h 25m
English
It is a fact of life in the R world that R’s wonderful flexibility in terms of data types also means that serious use needs some skill in converting between types. This appendix will ensure that the reader has this skill.
Although the R matrix class might be viewed as more fundamental than data frames, some R users these days are unaware of it. Since any serious usage of ML in R requires knowledge of this class, this appendix will present a brief tutorial.
In keeping with the theme of this book limiting the use of mathematical tools, we will not discuss the mathematical properties of matrices.
An R matrix is essentially a data frame in which all columns are numeric. It uses the same ...
Read now
Unlock full access