Gary King Homepage Previous: Purpose: Up: LOADVARS Next: SUBDATV

Example:

After including these lines at the top of your program, the variables will be in memory and available for further use. sample.asc is a sample data file that comes with $ {\mathfrak{E}I}$.
new;
library ei;
clear t,x,n;                @ clear variables in dataset @
loadvars sample.asc t x n;  @ load in vars into memory @



Gary King 2006-09-13