Name
values — value of a ts at some date
CALLING SEQUENCE
val=values(ts,dat)
PARAMETERS
- Input
ts = a timeseries
dat = a date string
- Output
val = the value of a timeseries for the given date
DESCRIPTION
Returns the value of a timeseries for a given date
EXAMPLE
load(GROCERDIR+'data/bdhenderic.dat') // load Hendry and Ericsson database
y=values(lm1,'1985q4')