Discussion:
both tkrplot and RXLisp now work on Jaguar
Jan de Leeuw
2002-10-13 02:40:49 UTC
Permalink
After some juggling with dynamic libraries and bundles and a lot of
manual intervention in both configure and make both tkrplot
and RXLisp (at least XLISP_STAT from R) now work on Jaguar.
They will be in the next R-1.6.0 tarball on gifi (on Monday).

================================================================

Here is some RXLisp output. It shows that RXLisp handles R lists, can
handle prototypes, and send messages to them. Of course the last
message in the file also produces a plot.

================================================================
.XLisp("car",list(1:3,4:5))
[1] 1 2 3
.XLisp("adjoin",3,list(1,2,3))
[1] 1 2 3
.XLisp("system","ls $HOME")
%backup%~ Documents Movies Pictures RFromXLisp.pdf
Sites bin trythis
Applications FScriptRepository Music PortIndex RXLisp
WeatherManX Files compiler.tar.gz veridian_osx.tgz
Desktop Library MyStuff Public Send Registration
XLS netbeans vlsmid
h<-.XLisp("regression-model",1:10,rnorm(10))
Least Squares Estimates:

Constant 0.495606 (0.522798)
Variable 0 -9.103543E-2 (8.425651E-2)

R Squared: 0.127341
Sigma hat: 0.765298
Number of cases: 10
Degrees of freedom: 8
h[["sum-of-squares"]]
[1] 4.685446
.XLisp("send",h,":help")
loading in help file information - this will take a minute ...done
REGRESSION-MODEL-PROTO
Normal Linear Regression Model
Help is available on the following:

ADD-METHOD ADD-SLOT BASIS CASE-LABELS COEF-ESTIMATES
COEF-STANDARD-ERRORS COMPUTE
COOKS-DISTANCES DELETE-DOCUMENTATION DELETE-METHOD DELETE-SLOT DF
DISPLAY DOC-TOPICS
DOCUMENTATION EXTERNALLY-STUDENTIZED-RESIDUALS FIT-VALUES GET-METHOD
HAS-METHOD
HAS-SLOT HELP INCLUDED INTERCEPT INTERNAL-DOC ISNEW LEVERAGES
METHOD-SELECTORS NEW
NUM-CASES NUM-COEFS NUM-INCLUDED OWN-METHODS OWN-SLOTS PARENTS
PLOT-BAYES-RESIDUALS
PLOT-RESIDUALS PRECEDENCE-LIST PREDICTOR-NAMES PRINT PROTO R-SQUARED
RAW-RESIDUALS
REPARENT RESIDUAL-SUM-OF-SQUARES RESIDUALS RESPONSE-NAME RETYPE SAVE
SHOW SIGMA-HAT
SLOT-NAMES SLOT-VALUE STUDENTIZED-RESIDUALS SUM-OF-SQUARES SWEEP-MATRIX
TOTAL-SUM-OF-SQUARES
WEIGHTS X X-MATRIX XTXINV Y
NULL
.XLisp("send",h,":plot-residuals")
$id
[1] 2

$address
<pointer: 0x18f6538>

attr(,"class")
[1] "XLispObject" "XLispReference"

===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: ***@stat.ucla.edu
homepage: http://gifi.stat.ucla.edu

------------------------------------------------------------------------
-------------------------
No matter where you go, there you are. --- Buckaroo Banzai
http://gifi.stat.ucla.edu/sounds/nomatter.au

------------------------------------------------------------------------
-------------------------
u***@email.unc.edu
2002-10-17 21:26:30 UTC
Permalink
Hi Folks

If anyone is interested in programming in XLispStat for pay, please
contact me.

Forrest Young

Loading...