I am running
I expect the result to display a Design-based F test, but it does not. What can the problem be.
Here is my svyset command
Kindly help.
Code:
svy: prop pvp01, percent over(partworked01)
Here is my svyset command
Code:
svyset clusterid [pweight = weightsvy], strata(strata) singleunit(scaled)
Comment