BookmarkSubscribeRSS Feed
Pinky9
Calcite | Level 5

Hi ,

PROC TRANSREG UTILITIES SHORT;

TITLE2 'USE PROC TRANSREG TO PERFORM THE CONJOINT ANALYSIS';

MODEL LINEAR(RANKING/REFLECT) = CLASS(LEMON STRENGTH SWEET TEMP/ZERO=SUM);

OUTPUT IREPLACE  DAPPROXIMATIONS;

RUN;

the above syntax is used for Conjoint excerise for ranking question . Kindly help me to understand term " IREPLACE  DAPPROXIMATIONS"

thanks

2 REPLIES 2
SteveDenham
Jade | Level 19

These options put the transformed independent (IREPLACE) and dependent (DAPPROXIMATIONS) in the output dataset.  I would recommend adding the OUT= option to name the output dataset.

Steve Denham

RichardinOz
Quartz | Level 8

This is a common statement in many procedures , its use is to specify the name of the output dataset and any options to use during output.  See SAS/STAT(R) 9.22 User's Guide for more detail, in particular:

DAPPROXIMATIONS

outputs approximations to transformed dependents

I would suggest you read the documentation (freely available) before using any statistical procedure.

Richard

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 855 views
  • 0 likes
  • 3 in conversation