search for: xlisp

Displaying 20 results from an estimated 27 matches for "xlisp".

Did you mean: lisp
2002 Aug 22
1
RXLisp
I was obviously fascinated by Duncan's earlier message on RXLisp. I managed to build a working version of RXLisp for OS X, by some unabashed and rather uninformed hacking. I compiled XLISP-STAT using the gcc flags -fno-common and --no-cpp-precomp (not sure if they are necessary or not, they are part of an older hack). I "make libxlisp.so", using Dunc...
2005 Apr 30
3
How to extract function arguments literally
Dear all, One of my friends asked me if it is possible to extract actual R function arguments literally (precisely, as strings). The reason is simple. He feels sometimes awkward to attach quotation marks :-). What he actually wants is to pass R command arguments to XLisp subroutines (He has been an enthusiastic XLisp user for a long time and still tends to use R as a wrapper to XLisp). Is it possible, or should I advise him not to be so lazy? The following is his simple example to explain the situation. R function "lc" which passes its argument to an Xli...
2003 Nov 19
1
Installing RXlisp
Dear R users, I was trying to install the package RXLisp by Duncan Temple Lang on a MDK 9.1 Linux machine running R 1.8.0 installed from a RPM. Unfortunately I had a problem loading the shared library into R. Since I'm a Linux newbie I was not able to solve the problem. Maybe some of you can help me. First of all I downloaded the source archive for...
2002 Aug 18
1
LispStat, R and ViSta [was: Re: Status?]
I have been taking a break for the last month or so, and am only just now catching up on my email. Otherwise, I would have joined this discussion earlier. And... I apologize for the length of this, but I don't think it is overly long. >From the amount of activity in the LispStat news group (none), it seems that LispStat is dead. We all know that Luke is working on R and not on LispStat,
2002 Oct 12
0
RXLisp
So far, I had made RXLisp by putting all foo.o from XLISP-STAT in an archive, and linking that into RXLisp.so. I have gotten somewhat further in using dynamic libraries. Here is what I now do. in XLS 1. Copy xlisp modifications from RXLisp 2. configure --host=powerpc-apple-darwin6.2 3. make libxlisp.so CC="gcc -fno-co...
2008 Mar 06
1
Interesting remarks about R back in 1999
...?comments have been made by research statisticians on the ease of programming in S and Splus as opposed to SAS. If the programming language is a natural extension of mathematical notation, this translates into ease and speed of development. This was found to be true in the past with APL, Splus and XLISP-STAT. We have found that Mathematica provides even more capability. However, for advanced state-of-the-art research and teaching in applied statistics and data analysis, R, Splus or XLISP-STAT may still be advantageous due to the wide usage by many leading researchers and the high quality functions...
1999 Nov 09
2
RE:
Do you know what I really, really miss in R that I took fopr granted in my XLisp-Stat programming days??? The ability to easily create menus and dialog boxes. I could write little applications and give them out to clients. It was wonderful. It would at least allow each person to begin to build one's own menu driven version. Just a thought!! Jeff > -----Original Me...
2008 May 07
0
Ross Ihaka's reflections on Common Lisp and R
...e. I am not sure where to post this for the R community but since it has to do with development I thought or R-devel Ross Ihaka Newsgroups: comp.lang.lisp From: Ross Ihaka <ih... at stat.auckland.ac.nz> Date: Wed, 23 Jan 2008 10:35:26 +1300 Local: Tues, Jan 22 2008 11:35 pm Subject: Re: Is Xlisp-Stat Dead? Rainer Joswig wrote: > In article > <78de26c1-fb05-4479-ac5f-97046de54... at i72g2000hsd.googlegroups.com>, > Robert <irishhac... at gmail.com> wrote: >> Did the founders of R cut it's head off? >> Did SAS and SPSS chop it to pieces? >>...
2002 Aug 08
1
Lisp-stat and R? [was: Re: Status?]
...If anyone has any ideas along these lines, I'd be interested in hearing them, and possibly in helping to organize a project to implement them. Regards, John At 12:44 AM 8/6/2002 +0200, Frederic Udina wrote: >Bill, > >(just to be sure that somebody answers your question) > >Xlisp-stat, still being the only choice for some statistical applications, >is not as active as it was some time ago. > >Some of the gurus have moved to R, some other are quite inactive. Some of >us are still working with it but we obviously miss some lifting on the >software... But appare...
1997 Sep 02
1
R-alpha: R interaction within ESS-4.9-b11: two small issues
1) I installed the latest ESS (Emacs Speaks Statistics) beta release on a machine running Linux. Since there is no S-PLUS product for Linux, I set the ess-site.el file for R, xlisp-stat, and S version 4. I.e., ;; (1.5) Require the needed dialects for your setup. ;;(require 'essd-s+3) (require 'essd-r) (require 'essd-xls) ;;(require 'essd-sas) ;;(require 'essd-s3) ;; You might not have this (require 'essd-s4) ;; or this one... That does not s...
2008 Jul 23
1
Calling LISP programs in R
I have written some programs in Common Lisp and I have been using SAS to pipe those programs to my lisp compiler in batch mode by using the %xlog and %xlst SAS commands. I wonder if there is in R a similar way to pipe commands to LISP so that all my work would be concentrated in R even when I have to call a LISP program? I have looked at the foreign library but this seems to adjust data types not
1999 Jul 15
1
Strange behavior using .Fortran
...9 [[4]] [1] 0 [[5]] [1] 0 [[6]] [1] 1 [[7]] [1] 1 [[8]] [1] 0 Furthermore ... > x<-round(rnorm(3,10),2) > y<-round(rnorm(7,5),2) > fisher.ts.test(x,y) Process R segmentation fault at Thu Jul 15 19:08:01 1999 This could not be observed when using a similar routine written in Xlisp-Stat: (dyn-load "/path-to-lib/rtest.o") (defun tse-test (x y) (let* ( (out-list (call-fsub "fisher" (float x) (length x) (float y) (length y) 0 0 (float 0) 0)) (pval (elt out-list 6)) (poss (elt out-list 5)) (par (elt out-list...
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
1999 Jul 15
0
Strange behaviour using .Fortran
...g it exchanging "a" and "b" gives the following weird result: > tse.test(b,a) [[1]] [1] 31 31 31 30 31 31 31 [[2]] [1] 3 [[3]] [1] 20 29 29 [[4]] [1] 0 [[5]] [1] 0 [[6]] [1] 1 [[7]] [1] 1 [[8]] [1] 0 This could not be observed when using a similar routine written in Xlisp-Stat. A small FORTRAN-Program that allowed to type in the data interactively also didn't care about the order of the size or sum of the samples, which makes me conclude the reason is somewhere in R. Any ideas? If the problem is very obvious, please have mercy with a pure user of R, who makes...
2005 Sep 27
1
negative binomial in GEE
Dear R-help, I was recently wanting to use GEE with the negative binomial "family". It seems that this is lacking in the otherwise excellent implementations of the GEE methodology ( packages: gee, yags, geepack). I would have thought it a simple step to allow the creation of a family, i.e providing the link function (log mu) and the variance function (mu + mu^2/theta) , assuming theta
2006 Jan 17
0
xlispstat and R
> From: Wensui Liu <liuwensui at gmail.com> > Just curious how xlispstat is used in the industry and what's it strengthen > compared with other computing languages such as R or matlab? Almost not at all, though there are a few holdouts. On a related note, I've been doing some interesting things with a branch of LispStat for CommonLisp. It'll be mor...
1997 May 20
0
No subject
And finally, for something completely different. I am contemplating teaching a course on `Statistical Computing' next semester. Sort of a basic introduction on statistical software, with emphasis on Xlisp-STAT plus ViSta and, of course, R. Would anyone have (or know of) material that I could use? Thanks, -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help&quo...
1997 Nov 16
0
R-beta: installing new packages in window95 version of R
...ure out how to link to them. I have only had luck using Watcom C linked to C so far (and even that has not been entirely successful as demonstrated by the state of survival4). Luke Tierney has been providing some very helpful info on this as he is currently working on dynamic loading for Xlisp-Stat. He wrote: >I think I've worked out what the sort of official way of doing things >in windows is. You mark the functions in the executable for export, >either with a __declspec(dllexport) or in a .def file. Create the >executable, say r.exe, and from it create a r.lib file...
1998 Nov 29
2
[Johannes Huesing <tmi0m0@sp2.power.uni-essen.de>] Media coverage
Johannes Huesing sent a message to stat-lisp-news at stat.umn.edu regarding an article in Linux-Magazin (German) on statistical software for Linux. I enclose excerpts. Can anyone summarize what was said about R in the article? If there is a web site for the article I would appreciate learning of the URL. I must admit, though, the my abilities in German are much less impressive than the
2005 May 23
1
SV: Documentation of S3 and S4 classes, inheritance
...ain...' However, such views could be dangerous to the whole 'R-open-source-half-way-anarchistic-philosophy' as I see it). I would expect that it would be possible to improve S3 in a simpler way - perhaps S3.5 could be an option.. My first experience with statistical computing was with xlisp-stat which has a very nice (as I remember it) object system which is well explained in Luke Tierneys book. I wonder if that could serve as an inspiration for anyone who is interested in writing an 'S4 for dummies'... Best regards S??ren H??jsgaard ____________________________...