英文: How to use the function R sweep 问题 如何使用R中的sweep函数 在R中,我想要使用Sweep函数。 我不想使用mean和sd进行缩放,而是想使用min和ma...
如何使用R应用混合模型设计计算样本大小
英文: How to calculate sample size with R applying mixed model design 问题 我会进行神经影像研究(这可能是为了解决问题而进行的,也可能...
Shiny / DT/ 切换并着色单元格后保存更改
英文: Shiny / DT/ save changes when switching & coloring cells after change 问题 I've translated the...
R data.table滚动连接等,以添加到前一时期的动态
英文: R data.table rolling join etc to add dynamics to previous period 问题 我需要添加三列,以便对于每个id,我得到前一年的每个参数...
using mutate, paste0 and case_when in iteration; problem with mutating existing variables with paste0
英文: using mutate, paste0 and case_when in iteration; problem with mutating existing variables with p...
制作学习曲线
英文: How to make a learning curve 问题 I understand that you're experiencing an issue with your R code,...
如何使用ggmagnify和ggplot2制作地图图表的放大插图。
英文: How to make a magnified inset of a map plot with ggmagnify and ggplot2 问题 以下是已翻译的内容: 对于过去一周的```t...
Quarto PDF中跨越多个页面的R代码块输出存在问题。
英文: Problem with R chunk output which spans more than one page in Quarto PDF 问题 R块的输出在Quarto PDF中跨越多...
如何使用R从URL下载具有合并单元格的.xls数据。
英文: How to download from the URL a .xls data with merged cells using R 问题 我一直在尝试直接从其URL下载一个.xls数据文件。...
尝试在R中使用dplyr计算随时间变化的值。
英文: Trying to use dplyr in R to calculate values over time 问题 在R中,我想要按天计算 sum(car * car_speed_hist_0...
298