Description Usage Arguments Value Examples
View source: R/UnivariateFactor.R
Calculate the Phi value for all cluster*mode of one selected variable.
1 |
object |
An object of class ccdata |
var |
A data vector of an active categorical variable |
A cross table between the cluster variable and the selected variable with phi values for all cluster*mode pairs.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
phivalue(obj, BankCustomer$profession)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.