BookmarkSubscribeRSS Feed
fatemeh
Quartz | Level 8

Hello all,

i am applying proc mixed with sp(power)covariance structure of random errors .there is only fixed effects and random errors.

what is exactly sp(pow) of cov parm in covariance estimate output table   ? I attached the table bellow. Thanks for any help.

 

1 REPLY 1
StatsMan
SAS Super FREQ

This section of the PROC MIXED documentation should help.  Scroll down to table 79.18 under the TYPE= option.  The syntax

 

    type=sp(pow)(x);

 

will return two covariance parameters.  The residual variance in your table is the sigma term in the documentation.  The SP(POW) entry in the table is the rho in the documentation.  The Dij is the distance between two observations in terms of the variables you list in parentheses after the SP(POW) ... the X in the statement above.  

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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