How can I change the unit of y-axis in a marginsplot to percentages (i.e., multiplying them by 100)? I have a loop over a couple of variables and would like to do this change for all at once.

Code:
foreach fr in "labor_productivity" "debt" "icr" { margins, dydx(`fr') atmeans marginsplot }
Comment