Hi All- I am running a sentiment scoring model and the code is as below:
sentiments_per_Category <- aggregate(relative_sentiment_frequencies,
                                     by = list(Category =
df$Case.Category), mean)

while i run the head command most of the values are NaN. i then used
complete.cases on my data frame
df[complete.cases(df),]
 but it does not seems to work. Please advice if there is a way to handle
NaN.

Regards, Shivi

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to