标签: r dataframe
我有df1和df2数据帧。我有函数cor(d2$LFA_change,d2$CITR_change,method="spearman"),并且需要对df1中的每个变量作为第一个参数,并将df2中的每个变量作为第二个参数运行该函数。我该怎么办?
df1
df2
cor(d2$LFA_change,d2$CITR_change,method="spearman")