R Programming for Beginners: Exploring R Vectors

placeholder

“Vectors are the easiest type of data structures in R. However to use them successfully it s important to appreciate their restrictions recognize the types avAIlable and identify their members – or components as they re officially called in R.

This course shows you how to create and generate vectors using the c() and vector() functions respectively.

You ll perform vectorized operations on elements in vectors. Practice filtering and slicing vectors. And use the which() any() and all() functions on vectors.

Furthermore you ll perform naming and indexing operations on vectors and work with different length vectors using vector recycling.

On completing this course you ll have the knowledge and know-how to utilize vectors for their intended purpose.”