(i、j)エントリがiとjの関数である行列(Rセンスではなく、通常のセンス)をどのように作成しますか?関係があると思いますapply()
が、使い方がわからないようです。
Say if I have columns x1, x2, ... and rows y1,y2 where the x1 and y1 are R objects and I want to build a table/matrix where the entry is a function of xi and yj for each i and j.
Sorry if this has been answered elsewhere.