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
0
Answers
does it help if you declare zeros as missing with Declare Missing Value?
Best, Marius