View source: R/profileAnalysis.R
profileAnalysis | R Documentation |
Estimate overall, normative, and distinctive profile correlations between two profiles of scores (adapting procedures from Furr, 2008)
profileAnalysis(profile1, profile2, smin, smax, qc = T)
profile1 |
First profile |
profile2 |
Second profile |
smin |
Scale minimum |
smax |
Scale maximum |
qc |
Should scale-center correlations be estimated? (defaults to |
Note: both profiles should have the same maximum and minimum values.
Returns range of profile correlation results
profcors |
Person-level profile correlation results |
m_q_x1x2.Same |
Average profile correlation when profiles 1 and 2 are from same person |
m_q_x1x2.Diff |
Average profile correlation when profiles 1 and 2 are from different people |
m_q_d1d2.Same |
Average distinctive profile correlation when profiles 1 and 2 are from same person |
m_q_d1d2.Diff |
Average distinctive correlation when profiles 1 and 2 are from different people |
m_qAll_x1.diff |
Average profile correlation (qc) for between profile 1 between any two individuals |
m_qAll_x2.diff |
Average profile correlation (qc) for between profile 2 between any two individuals |
qc |
Are the results from scale-centered (i.e., |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.