Question: Vector is a basic data structure in R. Consider the following snippet of code, what is the value of y? x
Vector is a basic data structure in R. Consider the following snippet of code, what is the value of y?
x <- c(10.4, 5.6, 3.1, 6.4, 21.7)
y <-c(x, 0, x)
2. Which is the all-in-one R function for fitting linear model?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
