英文: How to `reframe` all the columns in a dataframe? 问题 你想要将包含所有列表列的tibble重新构造,而无需指定所有列的名称。以下是一个示例。m...
如何在R中创建整数序列?
英文: How to create sequence of integers in R? 问题 对于每个 id,我想将变量 year 转换为从第一个观察开始,每个连续行增加一的序列。期望的输出: id...
For Loop替代方案,动态筛选和总结数百万个点
英文: For Loop alternative to dynamically filter and summarise millions of points 问题 我有一个包含500万条记录的数据集...
在R中,在数据框中按因子水平添加一列比例:
英文: Add a column of proportions by factor level in a data frame in R 问题 我有一个数据框,其中有一个"site"...
使用ifelse改变我的计算结果。
英文: Using ifelse change the result of my calculus 问题 以下是您要翻译的内容: 我有一个与不同试验对应的数据集,其中测试了不同的治疗方法。一些试验包括...
使用ifelse改变我的计算结果。
英文: Using ifelse change the result of my calculus 问题 以下是您要翻译的内容: 我有一个与不同试验对应的数据集,其中测试了不同的治疗方法。一些试验包括...
创建一个变量/列,使用从开始日期算起的13周期内事件的计数。
英文: Create a variable/column using count of events in a 13-week period from start date 问题 数据框包括案例号(c...
提取所选列中的第一个非NA值。
英文: Extract first not NA value from selected columns 问题 我想从一组列中提取第一个非 NA 值。 "第一个" 的定义是根据列的...
基于日期时间列条件创建一个新列 R。
英文: create a column based on datetime column condition R 问题 我有以下的数据示例: structure(list(datetime = str...
将值根据条件复制到行中
英文: Copy values to rows based on conditions 问题 我正在尝试基于它们匹配的案例的索引日期复制控件的数据集的索引日期变量。在这个数据中,case = 1,co...
43