|
Hi all:
I would like to increase the number of decimal points that SPSS prints out for tables (beyond 3 which is the default for ver. 15 that I am using). Any help would be greatly appreciated. Thanks in advance! Scott ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
|
You need to be more specific--what kinds of tables and what procedures that
produce them. -----Original Message----- From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Scott Roesch Sent: Saturday, April 04, 2009 8:13 AM To: [hidden email] Subject: tab;es Hi all: I would like to increase the number of decimal points that SPSS prints out for tables (beyond 3 which is the default for ver. 15 that I am using). Any help would be greatly appreciated. Thanks in advance! Scott ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
|
If you're looking for an automated solution you could
1) use vb automation scripting (sorry--I don't have any examples but other listserv members might). 2) use the python-based modify tables program (requires release 17). The link to the download is: http://www.spss.com/devcentral/index.cfm?pg=downloadDet&dId=125 Manually, you'd have to activate the table and change the cell formats with the pivot table editor. -----Original Message----- From: Scott Roesch [mailto:[hidden email]] Sent: Saturday, April 04, 2009 10:20 AM To: ViAnn Beadle Subject: RE: tab;es Covariance/correlation matrix among the regression coefficients generated by the Regression procedure. > You need to be more specific--what kinds of tables and what procedures > that > produce them. > > -----Original Message----- > From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of > Scott Roesch > Sent: Saturday, April 04, 2009 8:13 AM > To: [hidden email] > Subject: tab;es > > Hi all: > > I would like to increase the number of decimal points that SPSS prints out > for tables (beyond 3 which is the default for ver. 15 that I am using). > Any help would be greatly appreciated. Thanks in advance! > > Scott > > ===================== > To manage your subscription to SPSSX-L, send a message to > [hidden email] (not to SPSSX-L), with no body text except the > command. To leave the list, send the command > SIGNOFF SPSSX-L > For a list of commands to manage subscriptions, send the command > INFO REFCARD > > ***************************** Scott C. Roesch, Ph.D. Associate Professor Department of Psychology San Diego State University 5500 Campanile Drive San Diego, CA 92182-4611 office phone: (619) 594-2652 fax: (619) 594-1332 ***************************** ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
|
Here is an example using the SPSSINC MODIFY TABLES extension command. The command selects the requested table type from the preceding regression and applies the SetDecimalPlaces function to all the cells. In this example it specifies 4 decimals. MODIFY TABLES also has a dialog box interface.
This requires v17. REGRESSION /STATISTICS COEFF OUTS BCOV R ANOVA /DEPENDENT mpg /METHOD=ENTER accel engine weight. SPSSINC MODIFY TABLES subtype="'Coefficient Correlations'" SELECT="<<ALL>>" /STYLES APPLYTO=DATACELLS CUSTOMFUNCTION="customstylefunctions.SetDecimalPlaces(decimals=4)". HTH, Jon Peck -----Original Message----- From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of ViAnn Beadle Sent: Saturday, April 04, 2009 10:43 AM To: [hidden email] Subject: Re: [SPSSX-L] tab;es If you're looking for an automated solution you could 1) use vb automation scripting (sorry--I don't have any examples but other listserv members might). 2) use the python-based modify tables program (requires release 17). The link to the download is: http://www.spss.com/devcentral/index.cfm?pg=downloadDet&dId=125 Manually, you'd have to activate the table and change the cell formats with the pivot table editor. -----Original Message----- From: Scott Roesch [mailto:[hidden email]] Sent: Saturday, April 04, 2009 10:20 AM To: ViAnn Beadle Subject: RE: tab;es Covariance/correlation matrix among the regression coefficients generated by the Regression procedure. > You need to be more specific--what kinds of tables and what procedures > that > produce them. > > -----Original Message----- > From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of > Scott Roesch > Sent: Saturday, April 04, 2009 8:13 AM > To: [hidden email] > Subject: tab;es > > Hi all: > > I would like to increase the number of decimal points that SPSS prints out > for tables (beyond 3 which is the default for ver. 15 that I am using). > Any help would be greatly appreciated. Thanks in advance! > > Scott > > ===================== > To manage your subscription to SPSSX-L, send a message to > [hidden email] (not to SPSSX-L), with no body text except the > command. To leave the list, send the command > SIGNOFF SPSSX-L > For a list of commands to manage subscriptions, send the command > INFO REFCARD > > ***************************** Scott C. Roesch, Ph.D. Associate Professor Department of Psychology San Diego State University 5500 Campanile Drive San Diego, CA 92182-4611 office phone: (619) 594-2652 fax: (619) 594-1332 ***************************** ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
| Free forum by Nabble | Edit this page |
