LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 20 Feb 2007 22:51:56 -0800
Reply-To:   David L Cassell <davidlcassell@MSN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   David L Cassell <davidlcassell@MSN.COM>
Subject:   Re: Proc model: forcing simulation
In-Reply-To:   <000001c7555f$c3ee58e0$6401a8c0@soussol>
Content-Type:   text/plain; format=flowed

mitchell.d@VIDEOTRON.CA wrote: > >Hi, > >We are using proc model to do simulations. However, proc model fails to >complete the simulation with the following error: > >2692 solve lrel lng_hh oil dloil coal_ara dlcoal_ara/ dynamic >estdata=parame sdata=covamat >2692! out=Sim1 >2693 jacobi random=200 >seed=197781 ; > >ERROR: The variance for equation ERROR.dlcoal_ara is missing. The >simulation >cannot continue. >ERROR: The solution did not converge for observation 46 after 0 JACOBI >iterations using the > convergence criterion CONVERGE=1E-8 for RANDOM replication number >36. >NOTE: Simulation aborted. > >Is there a way to force the simulation to drop the problematic simulation >and keep proceeding with the remaining simulations? > >Best regards, > >Dominic.

It looks like you are asking for a Monte Carlo simulation. But that repeats the solution n times for each BY group, with different random perturbations of the equation errors if the SDATA= option is used. But you aren't giving it the equation errors. (Note the *first* error message.)

HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Find a local pizza place, movie theater, and more….then map the best route! http://maps.live.com/?icid=hmtag1&FORM=MGAC01


Back to: Top of message | Previous page | Main SAS-L page