英文: How to calculate standard error with differing sample sizes? 问题 I apologize for the lengthy text...
动态选择多列,这些列的名称存储为变量。
英文: Dynamically select multiple columns whose names are stored as variables 问题 我想要一个函数,能够接受一个 tibble...
在R中如何创建一个函数,只有在达到阈值时才调用一个名称?
英文: How to create a function in R that call a name only when a threshold is reached? 问题 我有一个每天增加1单位的...
按重叠类别进行分组(一个类别应该分别归入另外两个不同的类别)。
英文: Group by an overlapping category (a category should be grouped in 2 different other categories) ...
如何将多列数据框合并为单个文本字符串,逐行捕获信息?
英文: How do I collapse a multi-column data.frame into a single text string capturing information row ...
我如何编写代码在一个分组内搜索多个列 – R
英文: How can I code to search across multiple columns within a group - R 问题 我有癌症数据,每个患者有1-4个测量值。一些测量进...
R函数用于使用dplyr的group_by和灵活的组进行总结,包括完全没有分组。
英文: R function to summarise using dplyr group_by with flexibble groups, including no grouping at all...
返回两个数据框之间值超出一定百分比差异的反连接。
英文: Return anti-join of two data frames with values outside a certain percentage difference 问题 You c...
过滤最接近目标值的数字并消除重复观察。
英文: Filter numbers that are closest to target values and eliminate duplicated observations 问题 以下是翻译好...
使用dplyr检查一列的数值序列。
英文: Check a column for a sequence of values using dplyr 问题 我希望查找我的分组数据框中的模式。我试图识别在信号列中连续出现值为1的三行序列,然...
43