英文: R plot_ly animation with 2 traces has issue with animation slider 问题 我正在处理一个动画,其中x轴上有一个因子水平,而动画中...
在筛选表格中,闪亮的reactable行索引是错误的。
英文: shiny reactable index of rows in filtered table are wrong 问题 我已经使用了一个带有选择行选项的reactable。但是在过滤reac...
将列分离/拆分为三个单独的列,当存在NA值时。
英文: Separate/unstack column into three separate columns when there are NA values 问题 我有一列数据,看起来像这样: v...
当自变量和因变量相同时,线性模型不会产生斜率或R平方值。
英文: linear model not producing slope or r squared when independent and dependent variable are the sa...
为什么在R中使用kable函数会取消summarytools频率选项,不显示累积百分比?
英文: Why does kable in R undo an summarytools frequency option to not display cumulative percentage? ...
列表操作
英文: List Opearation 问题 我正在尝试对列表中的项目执行循环操作,虽然看起来很简单,但由于无法检测到的错误,我没有得到预期的解决方案。代码如下: multinoms <- li...
从不同的列中指定多个条件后的值。
英文: Specify value after several conditions from different columns 问题 我正在努力寻找一种在数据框中选择特定行的正确方法,该方法基于来...
为什么项目在从Makefile运行时无法访问renv()函数?
英文: Why does the project not access renv() when running from a Makefile? 问题 我在项目的renv和系统中安装了不同版本的tid...
Why does runtime shiny in R markdown ot show ggplot stat_summary geom with text correctly?
英文: Why does runtime shiny in R markdown ot show ggplot stat_summary geom with text correctly? 问题 我正...
在匹配表达式 R 的列中向字符串追加字符。
英文: Append characters to strings in column which match expression R 问题 我有一个日期/时间列,格式不一致: df <- da...
298