Hello,
Is there a way to generate a scatter plot with a Stata variable and a local macro?
I tried below:
scatter AUC `alphaGrid'
and I get the following error message:
'variable alpha_grid not found'
Thank you,
Is there a way to generate a scatter plot with a Stata variable and a local macro?
I tried below:
scatter AUC `alphaGrid'
and I get the following error message:
'variable alpha_grid not found'
Thank you,
Comment