View source: R/Stats.by.Factr.R
| Stats.by.Factr | R Documentation |
Summary Statistics by Factor
Stats.by.Factr(var, df)
var |
The vector to set summary statistics. |
df |
The name of the Data set. |
The output from Stats.by.Factr.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.