英文: How to group events that happened close in time 问题 我想要通过为发生在彼此在时间上接近的事件分配一个“组ID”来对数据行进行分组。 例如,考虑...
I want to convert a variable for date with several repeats into a date format suitable that can plot in a time series using R
英文: I want to convert a variable for date with several repeats into a date format suitable that can ...
特定时间窗口内的平均数据(跨越多天的POSIXct时间戳)
英文: Average data between specific time window that spans across days (POSIXct) 问题 我要计算在任意一天的上午11点到第二...
使用Lubridate进行第二轮操作
英文: Round Second with Lubridate 问题 我正在使用R,需要将时间从09:14:59四舍五入到09:15:00,我有多条记录如下。 我尝试使用lubridate包中的rou...
创建一个变量/列,使用从开始日期算起的13周期内事件的计数。
英文: Create a variable/column using count of events in a 13-week period from start date 问题 数据框包括案例号(c...
将日期和时间分开在R中
英文: Separate date and time in R 问题 我有包含日期和时间的数据集,数据类型为 "character",位于 "valid" 列中...
如何使用R传递滞后值并与另一个属性求和?
英文: How to carry lag values and sum with another attribute using R? 问题 Part B df <- df %>% mut...
用移动平均值替换时间序列数据中的异常值。
英文: Replacing unusual values in timeseries data with moving average values 问题 我想要将异常降雨替换为合理的数值。 我希望使...
在R中将2月29日转换为3月1日的最快方式是什么?
英文: Fastest way to convert 29th February into 1st March in R? 问题 我有一个在R中的日期向量("YYYY-MM-DD"...
将POSIXct对象问题嵌入到R函数中。
英文: POSIXct objects problem into a R function 问题 抱歉,您遇到了一个时间格式的问题。要解决这个问题,您可以在函数内部确保将时间列(Datetime)的数...