Open GoogleCodeExporter opened 9 years ago
This may be a separate error, but the point is the same: mpGraphs is a bit
broken.
Run the CSDA example:
>table <- c(rep("flavors",ncol(BEER.DIST)),rep("meters",ncol(phys.dist)))
>demo.distatis <- mpDISTATIS(cbind(BEER.DIST,phys.dist), DESIGN=STYLES,
sorting='No', normalization='MFA',table=table, make.design.nominal=FALSE)
Then do this:
>mpGraphs(demo.distatis,main="Compromise of Flavor and Physical Distances")
ERROR: Error in if (!(nrow(res$fi) == nrow(mpPlotInfo$ficol)) || !(nrow(res$fj)
== :
missing value where TRUE/FALSE needed
Original comment by DerekBea...@gmail.com
on 14 Aug 2013 at 5:51
Original comment by DerekBea...@gmail.com
on 14 Aug 2013 at 5:51
Original issue reported on code.google.com by
DerekBea...@gmail.com
on 2 May 2013 at 8:23