Question: Write a program in R that: - Creates a vector named x whose elements are 25 integers, i.e. 1, 2, ..., 9, 50 - Prints
Write a program in R that:
- Creates a vector named x whose elements are 25 integers, i.e. 1, 2, ..., 9, 50
- Prints elements of x excluding every fifth elements using negative indices, i.e. excludes 5, 10, ..., 45, 50.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
