mpt-network / MPTmultiverse

An R package for the comparison of MPT analysis approaches
3 stars 6 forks source link

Group-level correlations (latent-trait) #18

Closed danheck closed 5 years ago

danheck commented 6 years ago

To assess the impact of parameter fungibility, we need to compute group-level correlations (only in the latent-trait model).

Technically, we need to extract the samples for the group-level means (mean=pnorm(mu)) separately per between-subject group and then compute the correlation across samples:

cor(mcmc_mean)

danheck commented 6 years ago

Suggestion: we will add a new column fungibility

danheck commented 6 years ago

This is now implemented in 1009368e91f454a38a3f63631b0f17a42467e9a3.