Can I please get the right codes using R studio??
Problem 3
For some vector syntax practice, execute the following steps in order:
(a) Create and store a vector that contains the following:
a sequence of integers from 6 to 12
a threefold repetition of the value 5.3
the number -3
a two-fold repetition of the numbers 1.2,3.4, and 5.6
(b) Confirm the length of the vector in part (a) is 17
Problem 4
Create a data frame using data collected in your day-to-day life. It can be any data you like, but the data frame must contain at least 10 rows and 3 columns of data.
Problem 3
For some vector syntax practice. execute the following steps in order
(a) Create and store a vector that contains the following:
a sequence of integers from 6 to 12 a threefold repetition of the value 5.3 the number-3 a two-fold repetition of the numbers 1.23.4,and 5.6
(b) Confirm the length of the vector in part (a) is 17
Problem 4
Create a data frame using data collected in your day-to-day life. It can be any data you like, but the data frame must contain at least 10 rows and 3 columns of data