BUSINESS DATA MINING

Problem 1. Explain what each of the following R functions do? You can run them in R and check theresults.(a) c(1, 17, −6, 3)(b) seq(1, 5, by=0.5)(c) seq(0, 10, length=5)(d) rep(0, 5)(e) rep(1:3, 4)(f) rep(4:6, 1:3)(g) sample(1:3)(h) sample(1:5, size=3,...