Description Arguments Value Examples
Generate word correlation network to analyze given data with filters for all highly correlated words excluding stop words.
data |
the sentiment140 train or test data containing variables |
user_list |
a vector of users for which to filter the dataset |
start_date_time |
input start_date_time in POSIXct format on which to filter the dataset |
end_date_time |
input end_date_time in POSIXct format on which to filter the dataset |
keyword_list |
a list of string keywords on which to filter the dataset |
correlation_threshold |
threshold beyond which to plot the network |
a list object with raw
filtered dataframe, word_cors
aggregated dataframe that holds the correlated words and a plot
representing the network.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.