Pvot.by.Factr {pepe} | R Documentation |
Pivot Table by Factor
Description
Pivot Table by Factor
Usage
Pvot.by.Factr(df)
Arguments
df |
The data frame of factor variables. |
Value
The output from Pvot.by.Factr
.
Examples
df <- sample_data[c("multi.level",
"Formal","L.Both","No.Loan",
"region", "sex", "educ", "political.afl",
"married", "havejob", "rural",
"fin.knowldge", "fin.intermdiaries")]
Pvot.by.Factr(df)
[Package pepe version 1.2.0 Index]