profile | R Documentation |
Calculates the profile similarity between two profiles. Currently only supports "de" (double-entry *q* correlations) and "r" (Pearson correlation) methods.
profile(data, method = "de", ...)
data |
a dataset containing the two columns you wish to conduct a profile similarity analysis on. |
method |
a string indicating the type of profile similarity analysis you wish to conduct. Defaults to "de" or double-entry q correlations. |
... |
optional arguments to be passed to cor. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.