R/guide.hypothesis.R

Defines functions hypothesis

Documented in hypothesis

#' Twitter Text-Sentiment Analysis Hypothesis
#'
#' Confused about a hypothesis for Twitter mining?.
#' @param activate Do you love math? Defaults to TRUE.
#' @keywords hypothesis
#' @export
#' @examples
#' hypothesis()
 
hypothesis <- function(){

print("Hypothesis: Can we accurately judge emotions and analyze current events through analysis of Twitter feeds? Null: No, we cannot. Alternative: Yes, we can.")

}
sabalicodev/sabali documentation built on Jan. 13, 2020, 2:22 p.m.