[Solved] i want to calculate what emotions are impacting sentiments how can i do this in R?
This question is very vague and does not have any specific code to further understand what you mean (reproducible example). It seems to me that you need to understand the data using descriptive statistics first. Functions such as summary, head, names, levels, sapply and nlevels (by column) can help you to begin understanding what you’re … Read more