Stats.by.Factr {pepe}R 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","rural")
Stats.by.Factr(var, df)


[Package pepe version 1.2.0 Index]