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.
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.
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
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.