BookmarkSubscribeRSS Feed
Metz
Calcite | Level 5

Hi! I have a question: how can i 'translate' this RStudio command

     > fm9.1<-gls(visual~-1+visual0+time.f+treat.f:time.f, weights=varIdent(form=~1|time.f),data=armd)

     > summary(fm9.1)

in SAS code?

I can't solve this problem. Thanks for your help!

2 REPLIES 2
Reeza
Super User

What is the code above doing?

Metz
Calcite | Level 5

It's a regression with heterogeneus variance:  visual= visual0 timef timef*treatf  without intercept, where timef and treat are factors. Based on generalize least squares (weighted in particular), where the 'w_i' is not equal 1, as usual, but it's equal to  the variance of the first level of timef. How can i write this?

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