最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

elo - Struggling to Use EloRating Package in R with Time in Seconds Instead of Date - Stack Overflow

programmeradmin2浏览0评论

I'm trying to get the EloRating package to work in R, but I’m running into a problem and hoping someone here has some insight. I don’t have much experience with R, so I’m feeling a bit stuck.

The package expects data in three columns:

Date (formatted as YYYY-MM-DD)
Winner (e.g., "A", "B")
Loser (e.g., "A", "B")

But my data is on a much smaller time scale – interactions happen within a span of 1 to 2000 seconds. So I don't have specific dates, just time in seconds from the start of the observation.

Is there a way to modify the package to work with time in seconds rather than dates? I suspect it’s possible, but I’ve been struggling with it for a while.

I’ve tried working through the problem with AI models and looked at the documentation, but haven’t had any success. If anyone has experience with this or suggestions for how to approach it, I’d greatly appreciate the help!

Thanks so much in advance!

发布评论

评论列表(0)

  1. 暂无评论