英文: Subtract the sum of multiple values from a value in a different dataset across multiple groups 问...
使用purr或map对因子变量的总百分比进行汇总。
英文: Summarising with purr or map the percentage of the total of a factor variable 问题 我正在尝试为列表的每个变量执行...
How can I replace values in one column with values from another out of several options, when the first column contains the name of the other column?
英文: How can I replace values in one column with values from another out of several options, when the...
在tidyverse中R中每个组的累积总和
英文: Cumulative sum per group in tidyverse R 问题 我有面板数据,即每个家庭的重复观察。一个单位(家庭)会随着时间变化并展示一个特征(例如 variable)...
如何使用两个或更多行的聚合来创建新行?
英文: How to create a new row using aggregation of two or more rows? 问题 我在RStudio上运行。因此,我运行一个相当大的数据库,并...
基于条件筛选行在 R 中
英文: Filter rows based on conditions in R 问题 我需要根据多个条件过滤数据框中的行。 条件是在group_by之后,ID和No不是NA或0,然后Date是最新的...
我想使用R根据Eco_Status分组ID。
英文: I Want to Group IDs According to Eco_Status Using R 问题 我想要另一个数据框,其中包含四个Eco_Status作为列,并且将每个ID按照它们...
为什么数据框输出没有按学校代码分组?
英文: Why isn't the data frame output grouped by school_code? 问题 以下是翻译好的内容: 我在输出按“school_code”列分组的...
特定列中最小值的逐行列名,不包括缺失值。
英文: Rowwise column name of minimum value in certain columns excluding NAs 问题 以下是翻译的代码部分: library(dpl...
在特定试验中进行平均,有一些重叠的标签。
英文: Averaging across specific trials with some overlapping labels 问题 这是你要翻译的部分: 我有一个数据框,可以简化如下: exam...
43