英文: Number of boxplots are inaccurate. How to fix it? 问题 请问有人能帮助我弄清楚我的ggplot2箱线图出了什么问题吗? 我的数据框如下所示: ...
如何根据变量名动态创建case_when()表达式?
英文: How to dynamically create case_when() expressions based on variable names? 问题 以下是您要翻译的内容: "...
在R中SQL查询中传递多个参数
英文: Pass multiple parameters in R SQL query 问题 我正在尝试在R SQL查询中多次传递相同的参数。查询如下: table_x <- c(‘Ra...
将字符串列通用分割成多个列,使用 data.table
英文: Generalised splitting string column into multiple columns with data.table 问题 这个回答可以用于将字符串列拆分为多个列...
混合效应的mle2模型在R中。
英文: mixed effects mle2 model r 问题 我需要将一个Ricker模型拟合到具有每个地区随机效应的数据中,然后绘制输出。我使用了https://stackoverflow.c...
在一个数据框中应用一个函数,使用另一个数据框的输入(R)。
英文: Apply a function across multiple columns of one dataframe using input from another dataframe (R)...
创建一个基于相同疾病和相同个体的不同日期的新列。
英文: Create a new column based on different dates for same disease for same individual 问题 ID concepti...
使用matplot()函数为多个图形上色,使它们呈现不同的颜色。
英文: R Colorize several graphs in different colors in matplot() 问题 我有几张图表我想要着色。 示例代码: X <- sapply(...
如何根据匹配多列从另一个数据框中替换 NA 值
英文: How to replace NA values in one dataframe from another dependent on matching several columns 问题 ...
将多列格式化为百分比。
英文: R reactable format multiple columns as percentage 问题 我想用reactable包将我的数据框中的几列格式化为百分比。我知道如果逐行指定所有列...
298