Different results on UI vs R
Closed this issue · 2 comments
Deleted user commented
Hello,
I've been trying to run a query in R - and I'm seeing different results to those shown on Google trends. Here the Google trends link:
https://trends.google.com/trends/explore?date=2019-01-06%202022-07-02&geo=GB&q=mtd%20software
Here's my R query:
Model_start <- as.Date("2019-01-07") Model_end <- as.Date("2022-07-03") Market_trend_raw <- gtrends(keyword="mtd software", geo="GB", time=paste0(Model_start-1," ",Model_end-1))$interest_over_time
Why would the results be different, e.g. currently the first three weeks on the weblink show 28, 66, 49
On the R query we get 35, 53, 59
As you can see, the change from one week to the next isn't even consistent!
PMassicotte commented
PMassicotte commented