x <- matrix(nrow = 100, ncol = 10, data = rnorm(1000));
y <- matrix(nrow = 100, ncol = 10, data = rnorm(1000));
z <- y + matrix(nrow = 100, ncol = 10, data = rnorm(1000) / 10)
tmp <- fit.and.apply.LTR(
x = x,
dataset1 = y,
dataset2 = z
);
Run the code above in your browser using DataLab