Re: [R] Reading data in lisp format

2011-09-22 Thread Rainer M Krug
m quite sure, that somebody there should be able to help. Rainer > > Regards, > > Esteban > > > > > De: David Winsemius [mailto:dwinsem...@comcast.net] Enviado el: > miƩ 21/09/2011 17:08 Para: ESTEBAN ALFARO CORTES CC: > r-he

Re: [R] Reading data in lisp format

2011-09-22 Thread ESTEBAN ALFARO CORTES
Thanks Cesar, Any idea for this contents of the file? ;; positive examples represent people that were granted credit (def-pred credit_screening :type (:person) :pos ((s1) (s2) (s4) (s5) (s6) (s7) (s8) (s9) (s14) (s15) (s17) (s18) (s19) (s21) (s22) (s24) (s28) (s29) (s31) (s32) (s3

Re: [R] Reading data in lisp format

2011-09-22 Thread ESTEBAN ALFARO CORTES
: ESTEBAN ALFARO CORTES CC: r-help@r-project.org Asunto: Re: [R] Reading data in lisp format If you think that R is loosely typed, then examining LiSP code will change your mind, or at least give you a new data point further out on the "Loose-Tight" axis. I think you will need to do the

Re: [R] Reading data in lisp format

2011-09-21 Thread David Winsemius
If you think that R is loosely typed, then examining LiSP code will change your mind, or at least give you a new data point further out on the "Loose-Tight" axis. I think you will need to do the processing "by hand". The organization of the data is fairly clear. There are logical colum

Re: [R] Reading data in lisp format

2011-09-21 Thread csrabak
Em 21/9/2011 07:39, ESTEBAN ALFARO CORTES escreveu: 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