A fast time analysis. This function was done to get an exploratory time analysis base on a Generalized Linear Model (GLM), The function is based on glm function from. glm performs a GLM counting the tweets by hour, day, or week of the day.The results of this function is a glm object and the count of the tweets.
Usage
tglm(tweets,countby,family)
Arguments
tweets
Tweets harvested using tweet2r as DataFrame
countby
Tweets are count by default by weekday, also can be count by hour.Other options are "days" and "weekdays""