Description Usage Arguments Value Author(s) See Also Examples
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.
1  | 
tweets | 
 Tweets harvested using   | 
countby | 
 Tweets are count by default by weekday, also can be count by hour.Other options are "days" and "weekdays""  | 
family | 
 AvailableGLM family model in the function   | 
tglm | 
 
  | 
countout | 
 Tweets count by as the   | 
Pau Arag<c3><b3> Galindo parago@uji.es
1 2 3 4  | ## Not run: 
myglm<-t2glm(tweets, "day", "poisson")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.