aiorazabala / qmethod

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

optionally standardize and/or center raw data before qfwe #343

Closed maxheld83 closed 7 years ago

maxheld83 commented 8 years ago

most factor scoring methods standardize raw data before multiplication (we currently don't – we standardize only after multiplication). This doesn't matter so as long as the raw data are forced and symmetric, in which case the sd and means are all the same anyway. When that isn't the case, pre-multiplication might matter.

Also, we might want to offer non-centered results (because that can be meaningful in free distros).

Consider also Thomspon 2004b (who has a suggestion for non-centered standardization) and DiStefano et al.

maxheld83 commented 7 years ago

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