Stats.by.Factr: Summary Statistics by Factor

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

Stats.by.FactrR Documentation

Summary Statistics by Factor

Description

Summary Statistics by Factor

Usage

Stats.by.Factr(var, df)

Arguments

var

The vector to set summary statistics.

df

The name of the Data set.

Value

The output from Stats.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")
Stats.by.Factr(var, df)


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