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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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