Usage Note 37170: Variable name in ParameterEstimates table changed from 'Variable' to 'Parameter'
A categorical explanatory variable in the CLASS statement may have numerous parameters associated with it. To better accommodate this situation, the ParameterEstimates table and data set now contain a variable named "Parameter" instead of the previous name, "Variable."
This change took effect for PROC LIFEREG in SAS 8.2, for PROC TPHREG in SAS 9.1, and for PROC PHREG in SAS 9.2.
If you have programs requiring the previous variable name, consider using a RENAME data set option as follows when writing the ParameterEstimates table to a data set, for example:
ODS OUTPUT ParameterEstimates=PE(rename=(Parameter=Variable));
Operating System and Release Information
| SAS System | SAS/STAT | Microsoft Windows Server 2008 | | |
| Microsoft Windows XP Professional | | |
| Microsoft Windows Server 2003 Standard Edition | | |
| Microsoft Windows Server 2003 Enterprise Edition | | |
| Microsoft Windows Server 2003 Datacenter Edition | | |
| Microsoft Windows NT Workstation | | |
| Microsoft Windows 2000 Professional | | |
| Microsoft Windows 2000 Server | | |
| Microsoft Windows 2000 Datacenter Server | | |
| Microsoft Windows 2000 Advanced Server | | |
| OS/2 | | |
| Microsoft Windows 95/98 | | |
| Microsoft® Windows® for x64 | | |
| Microsoft Windows XP 64-bit Edition | | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | | |
| OpenVMS VAX | | |
| z/OS | | |
| Windows Millennium Edition (Me) | | |
| Windows Vista | | |
| 64-bit Enabled AIX | | |
| 64-bit Enabled HP-UX | | |
| 64-bit Enabled Solaris | | |
| ABI+ for Intel Architecture | | |
| AIX | | |
| HP-UX | | |
| HP-UX IPF | | |
| IRIX | | |
| Linux | | |
| Linux for x64 | | |
| Linux on Itanium | | |
| OpenVMS Alpha | | |
| OpenVMS on HP Integrity | | |
| Solaris | | |
| Solaris for x64 | | |
| Tru64 UNIX | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The ParameterEstimates ODS table and data set for PROC LIFEREG in SAS 8.2, PROC TPHREG in SAS 9.1, and PROC PHREG in SAS 9.2 have changed.
| Type: | Usage Note |
| Priority: | |
| Topic: | Analytics ==> Survival Analysis SAS Reference ==> Procedures ==> PHREG SAS Reference ==> Procedures ==> TPHREG SAS Reference ==> Procedures ==> LIFEREG
|
| Date Modified: | 2009-10-02 15:26:04 |
| Date Created: | 2009-09-14 14:40:23 |