Hello!
Does anyone know why the following code doesn't seem to be causing the returned results to be reported to 2 decimal places (it's returning the usual 4 decimal places)?
The documentation for rotate says that format() should be an available option (if I'm reading it correctly).
I'm running Stata 17.0 if that's important.
Thank you!
Does anyone know why the following code doesn't seem to be causing the returned results to be reported to 2 decimal places (it's returning the usual 4 decimal places)?
Code:
factor iees_01 iees_03 iees_04 iees_05 iees_06 iees_07 iees_08 iees_09 iees_10 iees_11 iees_12 iees_13 iees_15 iees_17 iees_18 iees_20 if val_ind == 0, ipf citerate(1000) factors(4) rotate, promax(3) oblique blank(0.32) format(%9.2f)
I'm running Stata 17.0 if that's important.
Thank you!

Comment