Gary King Homepage Previous: Purpose: Up: EIREPL Next: EISET

Example:

This example assumes that you have first run ei and saved a data buffer (called racevote.fmt in the example below), or you received racevote.fmt from someone else's analysis.
new;
library ei;              @ initialize ei @
loadm dbuf = racevote;   @ load in data buffer @
dbufNew = eirepl(dbuf);  @ replicate @



Gary King 2006-09-13