search for: spadac

Displaying 5 results from an estimated 5 matches for "spadac".

2007 Apr 09
1
Modified Sims test
...Causal Relations by Econometric Methods and Cross-Spectral Methods," Econometrica, 34, 424-438. Sims, C. (1972), "Money, Income and Causality," American Economic Review, 62, 540-552. Chris Elsaesser, PhD 703.637.9421 (o) Principal Geospatial Scientist 703.371.7301 (m) SPADAC Inc. 7921 Jones Branch Dr. Suite 600 McLean, VA 22102
2007 Sep 06
3
Lisp-like primitives in R
...le in R I miss the power and ease of use of Lisp, especially its many primitives such as find, member, cond, and (perhaps a bridge too far) loop. Has anyone created a package that includes R analogs to a subset of Lisp functions? Chris Elsaesser, PhD Principal Scientist, Machine Learning SPADAC Inc. 7921 Jones Branch Dr. Suite 600 McLean, VA 22102 703.371.7301 (m) 703.637.9421 (o)
2007 Sep 21
2
Likelihood ration test on glm
...like to provide two glm models, the second a submodel of the first, in the style of lrt (http://www.pik-potsdam.de/~hrust/tools/farismahelp/lrt.html). [lrt takes farimsa objects] Does anyone know of such a likelihood ratio test? Chris Elsaesser, PhD Principal Scientist, Machine Learning SPADAC Inc. 7921 Jones Branch Dr. Suite 600 McLean, VA 22102 703.371.7301 (m) 703.637.9421 (o)
2007 May 17
4
using lm() with variable formula
...#39;d like to construct a string or list representing the varialbes in the formula and apply lm(), so to say [I'm mainly a Lisp programmer where that part would be very simple. Anyone have a Lisp API for R? :-}] Thanks, chris Chris Elsaesser, PhD Principal Scientist, Machine Learning SPADAC Inc. 7921 Jones Branch Dr. Suite 600 McLean, VA 22102 703.371.7301 (m) 703.637.9421 (o)
2006 Mar 09
1
HCLUST subroutine question -- FORTRAN DO loops
Shown below is most of the FORTRAN subroutine named HCLUST. My question concerns the DO loop labeled as '10'. What happened to its CONTINUE statement? I will assume that after FLAG(I)=.TRUE. is executed that control returns to DO 10 I=1,N. Am I correct? Dave ---------------------------- C Initializations C DO 10 I=1,N C We do not initialize MEMBR in order to be able to