I have variables in day/month/year format and also a variable that is just month format (var = month, observations are 1 to 12). How can I plot a simple graph for 'month' representing the frequencies for each month, over a 12 month period?
I basically want to graph the results I get from tabulating the variable 'month', but every plot I've tried requires two variables.
Any help would be appreciated.
I basically want to graph the results I get from tabulating the variable 'month', but every plot I've tried requires two variables.
Any help would be appreciated.
Comment