Plot.by.Factr: Plot by Factor

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

Plot.by.FactrR Documentation

Plot by Factor

Description

Plot by Factor

Usage

Plot.by.Factr(XXX, name.levels)

Arguments

XXX

object to be plotted.

name.levels

name object.

Value

The output from 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")

name.levels <- 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")

XXX <- df4.Plot.by.Factr(var,df)$Summ.Stats.long
Plot.by.Factr(XXX, name.levels)

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