X 4 5 2 names 1. Write R code that will create the following four vectors listed in the table below: Name length type va
Posted: Sun Sep 05, 2021 5:15 pm
X 4 5 2 names 1. Write R code that will create the following four vectors listed in the table below: Name length type values logical True, True, False, False y double -0.11.-1.52, 1.08, 0.66, 0.85 7 integer 0,1,1, 1, 2, 0,2 5 character Milhouse, Nelson, Barney, Krusty, Moe Use the str function to demonstrate that each of the vectors was created correctly. 2. The combination function c can be nested within itself. For example, it is perfectly fine to execute the command x