aiorazabala / qmethod

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

refactor q.mrot.do: source out re-building of qmethod res to qmethod #280

Closed maxheld83 closed 3 years ago

maxheld83 commented 9 years ago

there's probably a better, more elegant way to refactor q.mrot.do in a more modular way.

Maybe – short of spinning out the whole deal #129 – q.mrot.do should just accept loadings, and, well, rotate those (similary to how, say q.flag work), and then to have q.mrot.choose call qmethod() with these provided loadings, if necessary.

Still pretty half-baked this idea, and should be ok for now.

maxheld83 commented 9 years ago

or maybe, the straightforward way would be to modularize extraction #281 and rotation #282 completely, and to really have qmethod() only wrap all of those.