BookmarkSubscribeRSS Feed
m1ny
Fluorite | Level 6

Hello,

 

I built GEE model. Participants have three different measurments(target biomarker) in the three different time.

To look at the effect of different time, model was built like below (time was considered as a class variable in this model, because time was round 1, round 2, and round 3 not exact date. )

 

I got a p-value for different time points (time2 vs. time1; time3 vs. time1); However, I cannot get the p-value for overall class variable (time). Can I get the p-value for the time variable rather than individual time value?

 

--------------------------------------------------
proc genmod data=positive_m;
    class RHSP_ID time(ref='1')/param=ref;
    model  ln_aflatoxinB1 = time;
    repeated  subject=RHSP_ID;

run;

------------------------------------------------------

 

 

 

1 REPLY 1
StatDave
SAS Super FREQ

Use the TYPE3 option in the MODEL statement.

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