Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to get icc(Intraclass correlation coefficients) after using pv command?

    I have a problem with getting icc.
    I am using Stata/MP 16.0 for Windows.

    Recently, I am working with OECD's PIAAC data, a survey of adult's skills in OECD countries.
    I want to see whether 'social policies' affects people's skill(dependent variables) which needs multi-level analysis.
    Also, the data has plausible values for each skill type.
    Therefore I use -pv- and -mixed- commands. and it works.
    ​​​​​
    Code:
      pv, pv(PVLIT*) weight(spfwt0) : mixed @pv EDU_P AREA_DUMMY* EMPLOY_P OCCU LABOR_YEAR_WHOLE CHILD SPOUSE BENEFIT LEAVE c.LEAVE#c.LEAVE SOCX_CASH c.SOCX_CASH#c.SOCX_CASH ALMP EDU UNEMPLOY EMPLOY_FEMALE GDP_CAPITA if OLDWOMEN==1 || CNTRYID : , var
    After this command, I type -estat icc- and Stata responded "estat icc not valid"
    How can I get icc after using pv command with mixed?
    Thank you for reading.

    * the result of the command is attached as a picture file.
    Attached Files
    Last edited by Seonhoe Han; 03 Jun 2021, 09:11.
Working...
X