df4.Plot.by.Factr: Creating Dataset for Plot.by.Factr

View source: R/df4.Plot.by.Factr.R

df4.Plot.by.FactrR 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)


seymakalay/pepe documentation built on May 24, 2022, 4:02 p.m.