BookmarkSubscribeRSS Feed
iliyan
Obsidian | Level 7

Hello everyone, 

 

I am using the following sample code to generate my cure plots.

proc genmod data=db.dir5lane2sort;
class ident;
MODEL tot=logaadtn loglength logiri/ dist=NEGBIN link=log;
assess var=(logiri) /seed=603708000;
run;

However, as you are much well aware that this result is paired with simulated paths. However, I want to generate this something like:

 

image.png

 

Is there a way to do it with PROC GEN MOD's options, or do I have to use another code?

1 REPLY 1
sld
Rhodochrosite | Level 12 sld
Rhodochrosite | Level 12

Speculating here...

 

Because GENMOD is able to plot the simulated paths (as illustrated in Example 46.8 Model Assessment of Multiple Regression Using Aggregates of Residuals), the data for these simulated paths exist somewhere in the guts of the analysis. However, I didn't see anything in ODS Table Names that would write these data to a dataset for subsequent processing. I'd ask SAS Technical Support.

 

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!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1591 views
  • 0 likes
  • 2 in conversation