Pvot.by.Factr: Pivot Table by Factor

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

Pvot.by.FactrR Documentation

Pivot Table by Factor

Description

Pivot Table by Factor

Usage

Pvot.by.Factr(df)

Arguments

df

The data frame of factor variables.

Value

The output from Pvot.by.Factr.

Examples

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)

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