maxheld83 / pensieve

R package for the scientific study of human subjectivity.
https://www.maxheld.de/pensieve
GNU Affero General Public License v3.0
11 stars 2 forks source link

factor out ipsative tidy data package #425

Open maxheld83 opened 6 years ago

maxheld83 commented 6 years ago

tidyips?

maxheld83 commented 6 years ago

see conversation in iMessages. This is it's own thing, similar to tidygraph. Ipsative data is everywhere, really (time? budgets?), and it depends on how you look at them where you see them. Psychometry (Rep-Grid and Q) are only some examples. Also relates to austrian economists.

This requires special data storage, because ipsative data always depends on the context and must be similarly scaled (logical, interval, ratio).

So a matrix is a great idea to store it, and then to store that matrix inside a tibble.

Of course on top of that, there'll need to be a lot of special analysis methods with take this into account, which most current algorithms don't. (Or you analyse by row, then you're fine).