myriamlr / exposition-family

Automatically exported from code.google.com/p/exposition-family
0 stars 0 forks source link

Rounding error in MCA inference (permutation, inertia) #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mca.wine.res <- epMCA.inference.battery(mca.wine$data,correction=NULL) 
mca.wine.res$Inference.Data$omni$inertia
mca.wine.res$Inference.Data$omni$inertia.perm
vs.
mca.wine.res <- epMCA.inference.battery(mca.wine$data)
mca.wine.res$Inference.Data$omni$inertia
mca.wine.res$Inference.Data$omni$inertia.perm

The results are right... but the rounding is off.

Original issue reported on code.google.com by DerekBea...@gmail.com on 21 Oct 2013 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by DerekBea...@gmail.com on 6 Dec 2013 at 5:39