Gary King Homepage Previous: Purpose: Up: GRAPHON, GRAPHONS, GRAPHCLR, GRAPHNO, Next: LOADVARS

Example:

After running ei and saving the data buffer on disk in filename racevote.fmt, a typical interactive session might include the following:
new;
library ei;
loadm dbuf = racevote;           @ load in output from ei @
eiread(dbuf,"sum");              @ print summary info @
graphon;                         @ open graphics window @
eigraph(dbuf,"fit");             @ print graph @
graphclr;                        @ clear graphics window @
eigraph(dbuf,"bias");            @ print graph @
graphno;                         @ switch to text window @
eiread(dbuf,"Maggs");            @ print textual info @
graphclr;                        @ clear & switch to graphics @
eigraph(dbuf,"betabw");          @ print graph @
wincloseall;                     @ close graphics window @



Gary King 2006-09-13