Displaying 4 results from an estimated 4 matches for "s42".
Did you mean:
42
2009 Jul 29
3
Object equality for S4 objects
To test two environments for object equality (Lisp EQ), I can use 'identity':
> e1 <- environment(local(function()x))
> e2 <- environment(local(function()x))
> identical(e1,e2) # compares object identity
[1] FALSE
> identical(as.list(e1),as.list(e2)) # compares values as name->value mapping
[1] TRUE # (is there a
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
2011 Oct 06
3
Wide to long form conversion
...3 4 S37
38 w 7 4 4 6 7 3 1 5 S38
39 w 6 5 1 8 3 3 0 8 S39
40 w 10 3 10 2 7 3 7 2 S40
41 w 1 11 7 5 1 8 4 3 S41
42 w 10 5 6 10 10 4 3 9 S42
43 w 6 3 9 2 4 2 6 0 S43
44 w 9 5 11 4 5 4 7 3 S44
45 w 8 5 6 3 8 4 2 3 S45
46 w 8 4 8 7 4 1 2 6 S46
47 w 12 2 6 2 10 1 5 2 S47
48 w...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and