powered by
sum_of_squares
sum_of_products
sum_of_squares(x)sum_of_products(x, y)
sum_of_products(x, y)
set.seed(4) x <- rnorm(10) sum_of_squares(x) y <- rnorm(10) sum_of_products(x, y)
Run the code above in your browser using DataLab