profile: profile

View source: R/profile.R

profileR Documentation

profile

Description

Calculates the profile similarity between two profiles. Currently only supports "de" (double-entry *q* correlations) and "r" (Pearson correlation) methods.

Usage

profile(data, method = "de", ...)

Arguments

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.


camkay/panoply documentation built on Jan. 17, 2025, 6:31 a.m.