getAssociation {netknitr} | R Documentation |
getAssociation
Description
Determine the associations between the values of different columns within the input data frame crude_data.
Usage
getAssociation(crude_data)
Arguments
crude_data |
data frame to get associations between the values of different columns |
Value
data frame of edges indicating from and to nodes
Author(s)
Jayachandra N
Examples
getAssociation(head(mtcars))
[Package netknitr version 0.2.1 Index]