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?

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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