How to custom format a number in SPSS, like putting percentages between parenthesis? Any help is appreciate. Thanks in advance.
migrated from stats.stackexchange.com May 2 '12 at 19:18
|
With
The formats are referenced the way you see them if you double click a table, select a cell, and chose Cell Formats. This command selects column with the listed labels and changes the cell formats. To run this command, you need to install the Python Essentials from the SPSS Community website. With V19 or later, this command is installed with the Essentials. HTH, Jon Peck |
||||
|
|
|
Thanks a lot. I think a slash is missing before the Keyword style: SPSSINC MODIFY TABLES subtype="frequencies" SELECT "Percent" "Valid Percent" "Cumulative Percent" /STYLES CUSTOMFUNCTION='customstylefunctions.SetNumericFormat(format="##.#%")' |
|||
|

ctableyou have many options, but in others it typically takes a custom script. Also check out the modify tables python extension, you can do alot of different manipulations after the table is already generated. – Andy W May 2 '12 at 20:18