BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello,
I am having trouble implementing the CLASS statement for categorical predictors (independent variables) in the PHREG procedure. If you've encountered this problem please share your solution if it has worked. Thanks!

This is an example from the SAS documentation website, although when I pasted this into the enhanced editor the "CLASS" statement remained red. This is the problem.

proc phreg data=VALung;
class Prior(ref='no') Cell(ref='large') Therapy(ref='standard');
model Time*Status(0) = Kps Duration Age Cell Prior|Therapy;
run;
1 REPLY 1
deleted_user
Not applicable
there's no CLASS statement in PROC PHREG, you got to parameterize the categorical variables in the programming statements, http://support.sas.com/onlinedoc/913/getDoc/en/statug.hlp/phreg_sect12.htm.
or you may choose PROC TPHREG.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 1227 views
  • 0 likes
  • 1 in conversation