英文: Remove data frame from list if doesn’t satisfy a condition 问题 I have a list object below. I woul...
在R中将一列按括号作为分隔符拆分为两列。
英文: Split a column into two, using parenthesis as separator in R 问题 I have a weird data format and I...
白色间隙/空白空间与堆叠面积图(ggplot)
英文: White gaps/blank space with stacked area graph (ggplot) 问题 我遵循了这里的指导生成了一个针对分类变量内的四个组的堆叠面积图。代码没有错...
可视化两个分类变量并按特定条件筛选数据
英文: Visualizing two categorical variables & filtering data with specific conditions 问题 我有一份劳动力调查...
pivot_longer 以创建多个变量。
英文: pivot_longer to create more than one variable 问题 pivot_test <- structure(list(year = 1991:199...
根据日期和唯一标识分配数字
英文: Assign number based on date and unique identifier 问题 日期 标签 捕获顺序 1/21/22 001 1 1/22/22 001 2 1/23...
在两因素重复测量方差分析中的误差传播
英文: Spread Error in the two-way repeated measure anova test 问题 我正在使用rstatix包进行双向重复测量的方差分析。以下是代码部分: l...
在R中,如果数据由“+”符号分隔,将其添加到新列中。
英文: adding a data to new column if seperated by "+" sign using R 问题 请注意,以下是已翻译的部分,没有包括代码部分...
在R中,如果数据框中的项目被特殊字符如”+”分隔,可以创建一个新的行。
英文: Creating new row for the item in a data frame if seperated by special character such as "+&...
合并 R 中的列:相同数据,分开的列,同一文件,每行不同条件。
英文: Combining columns in R: same data, separate columns, same file, different conditions per row 问题 ...
5