Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
などの行列計算でA%*%Bは、 data.frame を を使用して行列に変換する必要がありますas.matrix()が、この方法は面倒です。そのようなことを行うためのより便利な方法はありますか?
A%*%B
as.matrix()