Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9233227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:30:09+00:00 2026-06-18T06:30:09+00:00

How to obtain value of estimated parameters in SAS ( proc phreg ) ?

  • 0

How to obtain value of estimated parameters in SAS (proc phreg) ? I have been searching syntax OUTPUT and baseline but they gives only value XBETA ets.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:30:11+00:00Added an answer on June 18, 2026 at 6:30 am

    I’m not into statistics, so I’m just guessing what value you mean – here’s an example I think could help you:

    ods trace on;
    ods output ParameterEstimates=work.my_estimates_dataset;
    proc phreg data=sashelp.class;
    model age = height;
    run;
    
    ods trace off;
    

    This is using SAS Output Delivery System component of SAS/Base.
    With ods trace on;, you’ll see references to parts of procedure output in SAS log:

    Output Added:
    -------------
    Name:       ParameterEstimates
    Label:      Maximum Likelihood Estimates of Model Parameters
    Template:   Stat.Phreg.ParameterEstimates
    Path:       Phreg.ParameterEstimates
    

    You can refer to those (usually by Name or Path) and store them in a table with ODS OUTPUT... statement.
    Look for SAS ODS user guide for more.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to obtain the value part of this syntax: [name:value] I got
I have been trying to obtain the image brightness in Opencv, and so far
I have an overloaded generic method used to obtain the value of a property
i have a problem with FCK editor. i want to obtain a value in
Whats the servlet syntax to obtain parameter value that comes after the question mark
I need to obtain the value of a radio button using javascript I have
I have to obtain the value of a field in a single work item.
How can I just obtain the string value of a Xml node using xpath
Is there a way to obtain the stored value, that is, the one in
I know there's a function to obtain the hash value from a varchar in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.