英文: data.tables with Rcpp (datatableAPI.h) 问题 R name <- c("a", "a", "a", ...
如何从R中的列表中删除行数为0的数据表?
英文: How to remove a data table with 0 nrows from a list in R? 问题 我有一个包含多个数据表的列表。 我想在所有数据表中使用lm()函数来分...
将宽表格转换为长表格在R中
英文: convert wide table to long in R 问题 我有一个类似以下的数据集: groupA <- rbinom(n=50,size=1,prob=0.5) group...
在数据表中计算每个分组中等于最大值的记录数。
英文: Count Records Equal to Max in Data.Table within group 问题 我想计算在每个组中有多少行等于最大值(在data.table中)。我知道如何从...
在data.table中,查找在它们之间有其他类型事件的事件。
英文: In data.table, find events that have other type of events between them 问题 我有两种类型的定时事件 - 一种具有单个坐标...
如何在R中获取并组合来自多个列表的元素?
英文: How to get and combine an element from multiple lists in R? 问题 以下是翻译好的部分: 我有一个如下所示的函数。 ```R f1 &...
Subsetting a long-data.table using values of a column within the data.table and casting the other values
英文: Subsetting a long-data.table using values of a column within the data.table and casting the othe...
提取变量名到一列并创建长格式数据
英文: Extract variable name into a column and Create Long format data 问题 我正在分析从鱼类消费调查中获得的数据。数据如下所示: Ha...
data.table如何在滚动连接中定义“nearest”?
英文: How does data.table define "nearest" in a rolling join? 问题 "nearest" 意味着在 da...
如何在满足行条件时扩展R数据框中的值?
英文: How to extend values down an r dataframe when row conditions are met? 问题 请注意,以下是您要翻译的部分: "N...
7