From facbb4b647ccbcdb61f26833c408f9d1e8782e6a Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Mon, 1 Feb 2010 12:44:23 +0100 Subject: [PATCH] manual: clarifying effect of repeated varobs statements --- doc/manual.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/manual.xml b/doc/manual.xml index cb69cedb9..87f767f6f 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -2175,6 +2175,9 @@ stoch_simul(linear,irf=60) y k; varobs lists the name of observed endogenous variables for the estimation procedure. These variables must be available in the data file (see ). + + Successive instances of varobs overwrite the list of observed variables. They don't add to the list. + Example