df4.Plot.by.Factr {pepe} | R Documentation |
Creating Dataset for Plot.by.Factr
Description
Creating Dataset for Plot.by.Factr
Usage
df4.Plot.by.Factr(var, df)
Arguments
var |
Vector of factor variables. |
df |
Dataset. |
Value
The output from df4.Plot.by.Factr
Examples
df <- sample_data[c("Formal","Informal","L.Both","No.Loan",
"sex","educ","political.afl","married",
"havejob","rural","age","Income","Networth","Liquid.Assets",
"NW.HE","fin.knowldge","fin.intermdiaries")]
CN = colnames(df)
var <- c("educ", "rural", "sex", "havejob", "political.afl")
df4.Plot.by.Factr(var,df)
[Package pepe version 1.2.0 Index]