0 votes
in Data Handling by
What will the following lines of code return

x <- matrix(1:18, 6, 3)

apply(x, 2, sum)

1 Answer

0 votes
by
vector of 3 elements
...