Beginners tutorial with R – Vectors

(R Tutorials for Citizen Data Scientist) Beginners tutorial with R – Vectors Vectors are the most basic R data objects and there are six types of atomic vectors. They are logical, integer, double, complex, character and raw. Vector Creation Single Element Vector Even when you write just one value in R, it becomes a vector … Continue reading Beginners tutorial with R – Vectors