View source: R/Pvot.by.Factr.R
| Pvot.by.Factr | R Documentation |
Pivot Table by Factor
Pvot.by.Factr(df)
df |
The data frame of factor variables. |
The output from Pvot.by.Factr.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.