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-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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
  • 1965 views
  • 0 likes
  • 2 in conversation