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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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