英文: Compare three (or more) dataframes 问题 我有三个数据框,想要用 dplyr 进行比较。 数据框 df1: | id | name | zip | value...
自动增长率热图函数
英文: Automated Growth rate function for heatmap 问题 我正在使用线性回归斜率创建热图。 我想制作相同类型的函数,但是不是使用线性回归斜率,而是使用增长率,...
创建一个分组箱线图,每个分组列有不同数量的行?
英文: Creating a grouped boxplot with different numbers of rows for each grouped column? 问题 我有数据想要在分组箱...
在lme函数中的split实验中的时间变量。
英文: time variable in split experiment in lme function 问题 I am carrying out an split experiment with ...
将两个变量基于它们的值在R中合并成一个。
英文: Combine Two Variables Into One Based on their Values in R 问题 我尝试从同一数据框(df)的两个变量中创建一个新变量,就像下面这样。这...
同时保存多个 ggplots
英文: Saving multiple ggplots at the same time 问题 我正在运行许多不同数据子集上的图形,使用split函数和lapply函数。 我的问题是:如何轻松地保存所...
在R中分组两列并计数
英文: group two columns and count in R 问题 我正在尝试使用数据框来进行简单的计数。例如,如果数据框如下所示: > df ID lable col1 col2 ...
创建一个树状图
英文: Create a dendrogram 问题 我有这样的数据集 | SELF | OTHER | | -------- | -------- | | 1 | 3 | | 1 | 4 | | 1...
如何使用 `mean_se()` 函数来计算置信区间?
英文: How to use the `mean_se()` function to calculate confidence intervals? 问题 我想以编程方式创建95%置信区间。我如何设置...
创建包含0度的角度和半径序列。
英文: Create sequence of degrees and radii that may contain 0 (degrees) 问题 我需要创建两个已知距离和角度的点之间的路径,然后使用 ...
298