How to construct a function that evaluates if any line of the mat array is equal to the vec vector both in the code below:
set.seed(000)
mat <- matrix(rnorm(20),4,5)
vec <- c(1.3297993, -0.9285670, 0.7635935, -0.2992151,...
asked by
20.03.2017 / 19:50