aiorazabala / qmethod

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

import.q.sorts yields 0-max scale when distribution is free #338

Closed VerenaHeld closed 3 years ago

VerenaHeld commented 8 years ago

oddly, when q.distribution=NULL, import.q.sorts produces Q-sorts with values that range from 0 to max of values.

To some extend, this makes sense, because it's not clear around which value they should be centered, but still, it's surprising for the user.

VerenaHeld commented 8 years ago

turns out, even if headers are used and header=TRUE, import.q.sorts does not yield the correct values but always starts at 0

maxheld83 commented 8 years ago

yup, this is one of the free distro issues I have to fix

maxheld83 commented 8 years ago

luckily, the functions should still be somewhat usable, because downstream PCA standardizes values anyway ...

maxheld83 commented 7 years ago

duplicate of https://github.com/maxheld83/pensieve/issues/109