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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 396 views
  • 0 likes
  • 3 in conversation