Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
Trying to create something similar to this...
http://12pointcourier.com/wp-content/uploads/2009/11/24R9wo.png
Got some data from here:
http://www.imdb.com/interfaces/
ftp://ftp.fu-berlin.de/pub/misc/movies/database/
Downloaded genres.list.gz
Extracted it into C:\public\imdb\
According to the header info ...
When there are more genres for a movie...
... the most important genres should come on top,
and the least important genres on the bottom.
The order should represent how valid the genres are.
Therefore, I just keep the first genre of each movie as the "main" genre.
Otherwise, how can I calculate an accurate % number(?)
Back to Samples Index