Displaying 1 result from an estimated 1 matches for "hl7design".
Did you mean:
algdesign
2010 May 09
1
Dimensions on svychisq on svydesign
...nd do not know how to fix.
I ask you kindly to help me out.
The eror message follows with some information below. I hope there are
enough information to help me to fix the problem if not please let me know
what is needed
Best
Stefan Hrafn Jonsson
> QHISQ2 <- svychisq(~S73 + S36 , design = HL7design , statistic = "Chisq")
Error in design$variables[, as.character(rows)] :
incorrect number of dimensions
HL07 <- read.spss("C:/Users/Stefan/Desktop/export1.por", use.value.labels =
FALSE)
HL7design <-svydesign(id=~ID2,strata=~STRATA, weights=~VIGT2, data=HL07 )
sum...