英文: Difference of second and following column 问题 我相对R还比较新,正在尝试编写一个函数来创建一个新的数据框,显示原始数据集的第二列和随后的每一列之间的...
如何在R数据框中设置一致的小数分隔符?
英文: How to set consistent decimal separators in R data frame? 问题 某些数据框中的列使用逗号 ',' 作为千位分隔符,而其他列使用句点 '...
如何在一个列中分隔多个答案,对于多个列,通过创建额外的列
英文: How to separate multiple answers in one column, for multiple columns, by creating extra columns ...
如何在R中合并多个列表并根据共同变量进行组织
英文: How to combine multiple lists in R and organize according to common variable 问题 我已经将实验变量的数据解析成单独...
rvest – 浏览网站并下载加拿大水文数据
英文: rvest - navigate site and download Canada hydrometric data 问题 I am creating an R function that t...
移除数据框中行的特殊字符。
英文: Remove special characters in rows in a Data Frame 问题 我有一个包含名为“indicator”的数据框,其中包含混合数字和字母的内容,实际观察...
如何绘制自定义广义加性模型(GAM)概率的逻辑图?
英文: How to plot logistic probability for custom generalized additive model (GAM) plot? 问题 我明白,以下是代码部...
如何在同一天内对重复项添加具有更改后ID名称的列
英文: How to add column with altered ID-names for duplicates within same day 问题 我明白你的需求,你想要在数据框中添加一个名为...
在gtsummary中,相同数据类型的不同变量的不同测试。
英文: Different tests for different variables of the same data type in gtsummary 问题 我有一个数据框,希望使用Gtsumm...
在条形图旁边添加列数数值
英文: Add column values to a bar-plot next to plot names 问题 这个数据框: structure(list(taxon = c("Bacte...
298