View source: R/df4.Plot.by.Factr.R
df4.Plot.by.Factr | R Documentation |
Creating Dataset for Plot.by.Factr
df4.Plot.by.Factr(var, df)
var |
Vector of factor variables. |
df |
Dataset. |
The output from df4.Plot.by.Factr
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.