From: Sjoerd C. de Vries on 19 May 2010 20:13 Hi Vic, Easy. Use SetDelayed i.e., := instead of Set (=). Set calculates the value of b at definition time whereas SetDelayed causes the value if b to be calculated when b is actually used. This is actually very basic stuff that is easily found in the manual. Cheers -- Sjoerd
|
Pages: 1 Prev: Orthogonal Distance Regression available? Next: Basic histogram |