aiorazabala / qmethod

R package to analyse Q methodology data
GNU General Public License v2.0
34 stars 17 forks source link

Fix calculation of flagging frequency in qmboots() and qmb.summary() #346

Closed aiorazabala closed 8 years ago

aiorazabala commented 8 years ago

As per the title... some recent change in the code I made, broke the correct construction of tables in boots$full.bts.res$factor_***$flagged. This does not affect the results, as they remain the same. I suspect that the bit that exports TRUE/FALSE values into this table after the analysis, is mistaken.

aiorazabala commented 8 years ago

Or it might be an issue arisen directly from qmethod() exporting the TRUE/FALSE values incorrectly.

aiorazabala commented 8 years ago

Fixed. The issue did not affect any other calculation

aiorazabala commented 8 years ago

The exact issues were two, and both were in the calculation of the overall bootstrap stats (they didn't affect any of the individual steps, neither any other results!):