Create histogram without zero values
Hi.
I am doing a text mining project and i want to show how my variables are distributed. I already created the Tf-Idf matrix and the problem is that there is a lot of zeroes in the dataset giving my a chart with one tall bar in the left.
My questions is how to analyze my data without the zero values?
Best
Kasper
I am doing a text mining project and i want to show how my variables are distributed. I already created the Tf-Idf matrix and the problem is that there is a lot of zeroes in the dataset giving my a chart with one tall bar in the left.
My questions is how to analyze my data without the zero values?
Best
Kasper
Find more posts tagged with
Sort by:
1 - 1 of
11
does it help if you declare zeros as missing with Declare Missing Value?
Best, Marius