I am attempting to display the minimum value of a local macro in a tm() format:
A. local VLM 720 725 726 727 729 730 731 732
display tm(min((`VLM'))
It returned an error - r(198)
I also tried the following:
B. local VLM 720 725 726 727 729 730 731 732
display format %tm_Mon_CCYY (min((`VLM'))
Also displays error r(198)
C. local VLM 720 725 726 727 729 730 731 732
display date("min((`VLM')","DMY")
This displayed .
D. local VLM 720 725 726 727 729 730 731 732
display (min((`VLM'))
This displays 720
Option D gives me hope but I can't seem to get past that level. Please help.
Related Posts with Using a td() Function with a min() Function with Local Macro
Predictors of Class Membership with Latent Class AnalysisHi Users, I think I may missing something simple so this may be trivial for some of you. I conducte…
Maximum of indexed variablesDear users, I would like to please ask for your help concerning the following issue. I would like …
egen rank for multiple variables Code: +-------------------------------------------------------------+ | country year …
Independent variable becomes significant when i include its squared value in regressionHi guys, I am looking into the effect of inequality on economic growth using panel estimation. Whe…
Renaming graphsHi, I would like to plot a graph titled "Crude Oil Production". As I type in the code, Code: two…
Subscribe to:
Post Comments (Atom)
0 Response to Using a td() Function with a min() Function with Local Macro
Post a Comment