有没有人知道为什么 stj.corr 在这里失败?
library(sjplot) view_df(cars) # works fine sjt.corr(cars)# produces error Error in sjt.corr(cars) : Could not find function "sjt.corr"
tab_corr(cars) 可以完成这项工作!我猜另一个功能已被弃用