eda
Billy Buchanan
Fayette County Public Schools (Lexington, KY)
Director of Grants, Research, Accountability, & Data
Slides available at https://bit.ly/2O2hiLd
eda
?eda
?If you are in the audience, there is a good chance that you are a human.
Your time is valuable.
Spend your time on tasks that humans are uniquely qualified to do.
Try to remember this example for a few moments.
// First load some data
sysuse auto.dta, clear
// I am going to assume that you can call pdflatex from your command line
// If that is correct, then the line below is all you need.
eda, r(`"`c(pwd)'/edaexamples"') o("minexample") comp
eda
?Notice that there are only three required parameters to use eda
.
eda [varlist] [using] [if] [in] , output(string) root(string) [ idvars(varlist)
strok[(varlist)] minnsize(integer) mincat(integer) maxcat(integer)
catvars(varlist) contvars(varlist) authorname(string) reportname(string)
scheme(string) keepgph grlablength(integer) missing percent nobargraphs
bargraphopts(string) nopiecharts piechartopts(string) nohistograms
histogramopts(string) kdensity kdensopts(string) fivenumsum
fnsopts(string) nodistroplots distroplotopts(string) noladderplots noscatterplots
lfit[(string)] qfit[(string)] lowess[(string)] fpfit[(string)] lfitci[(string)]
qfitci[(string)] fpfitci[(string)] noboxplots nomosaic noheatmap nobubbleplots
weighttype(int) compile pdflatex(string) bygraphs(string) byvars(varlist) byseq ]
eda
do?eda
works with brewscheme
.eda
assumes you want everything unless you tell it otherwise.eda
create?symplot
, quantile
, qnorm
, pnorm
, & histogramsspineplot
s).eda
eda
do?no plots
options.eda
with brewscheme
auto.dta
dataset.bygraph
options, this generates a 254 page PDF document.eda
is not complete, but currently works.bygraphs
tend to error out instead of returning an empty graph.bygraphs
not implemented on all possible graphs yet.brewscheme
.dyndoc
support.