What steps will reproduce the problem?
1. fit = epCA(x, DESIGN = NULL, make_design_nominal = TRUE, masses = NULL,
weights = NULL, hellinger = FALSE, symmetric = FALSE, graphs = TRUE, k = 2)
2.
3.
What is the expected output? What do you see instead?
Expected output can be obtained by run the following SPSS 19 syntax:
CORRESPONDENCE
TABLE = ALL (1000,7)
/DIMENSIONS = 2
/MEASURE = CHISQ
/STANDARDIZE =RCMEAN
/NORMALIZATION =RPRINCIPAL
/PRINT = TABLE RPOINTS CPOINTS
/PLOT = NDIM(1,MAX) BIPLOT(20) CPOINTS(20)
What I see when using epCA is:
Error in genPDQ(datain = mRP$deviations, M = mRP$masses, W = mRP$weights, :
ExPosition must stop. There are NA, NaN, or Infinte values.
What version of the product are you using? On what operating system?
ExPosition "2.8.19"
on Windows 7
Please provide any additional information below.
Original issue reported on code.google.com by genwei...@gmail.com on 5 Sep 2014 at 6:12
Original issue reported on code.google.com by
genwei...@gmail.com
on 5 Sep 2014 at 6:12Attachments: