Hi,
I would like to include a hyperlink in the footnote of a graph.
For instance:
clear all
webuse auto.dta, clear
hist price, note(www.stata.com) // I want this to go to https://www.stata.com
Does anyone know how to do this?
di `"{browse "https://www.stata.com"}"'
works in that it creates the hyperlink, but I tried
hist price, note(`"{browse "https://www.stata.com"}"')
and it did not work.
Thanks,
Elena
Related Posts with hyperlink in Stata graph
Looping over folders and files weird behaviourHello everyone, I have a problem with my code and I don´t know how to solve it. The issue is that I…
Count total observationsHello! I am having some troubles in doing some analysis with stata. I have a dataset in which each r…
Selecting multiple variables (with * or ?)Dear all, Can I please ask you a question about selecting multiple variables by the use of the aste…
Creating two month intervalsHello, I would like to create a date variable that represent successive two month intervals - e.g., …
How to obtain CIs for standardized direct/indirect effects when using SEM builderHi all, When using the SEM builder there is an option to have indirect/direct effects reported for …
Subscribe to:
Post Comments (Atom)
0 Response to hyperlink in Stata graph
Post a Comment