how can i create a function in R that makes a sequenceof 8 integers. each ineger has to be greater than the sum of theprevious integer. i have to use a function called runif() whichwill randomly generate the integers. so for example 2 4 12 25 50120 (each integer is greater than the sum of the previousintegers).
Expert Answer
An answer will be send to you shortly. . . . .