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
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
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:
outputs approximations to transformed dependents |
I would suggest you read the documentation (freely available) before using any statistical procedure.
Richard
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.