similar to: Data Exchange with StatDataML for MATLAB

Displaying 20 results from an estimated 1000 matches similar to: "Data Exchange with StatDataML for MATLAB"

2004 Jun 11
1
[StatDataML] compile error
Hi, sorry if this is OT here. I'm trying to compile StatDataML[1] to import Matlab data into R. The R part works fine but compiling the Matlab part exits with this error message (following the INSTALL instructions: autoconf -> ./configure -> make): ,----[ patrick at trurl:~/src/statdatml/StatDataML/MatOct> make ] | make[1]: Entering directory
2007 Aug 13
1
statdataml question
Hi, I was wondering if Statdataml is currently the preferred way to represent statistical data in XML in R. And also if the Statdataml api provides ways to load the XML as a HTTP GET? If so can you give me an easy example of this. Thanks. Cheers, Bryan Rasmussen
2006 Oct 07
1
Request to open up getConnection to embedded interface
Hello all, I would like to request that getConnection() and the struct Rconn declarations be added to the R embedded interface. Here's why. It's common in CGI scripts for web applications to direct stdin, stdout, and stderr map to reading from the browser, writing to the browser, and writing to a web log file respectively; very nice and neat. However, things get a little hairy once
2003 Jul 30
1
Write XML according to ggobi DTD
Hi, Has anyone out there written a function to take a data.frame as input and generate XML that conforms to the DTD for ggobi ("ggobi.dtd")? In other words, like a simple version of the writeSDML function in the StatDataML package, but using ggobi.dtd instead of StatDataML.dtd. It looks easy to write such a function to handle data.frames with only numeric data, but a bit of work with
2000 Mar 03
2
Re: [Omega-devel] StatDataML
Hi, I just had a very quick look at the StatDataML proposal --- nice work! At the risk of showing my ignorance, I want to mention my first impressions. My first impression is that defining datasets in terms of arrays and list is a bit too high a level. What about simpler vectors, scalars? (I know that R/S don't have scalars, but other systems/applications do.) Can we think of a core
2000 Mar 08
1
Re: [Omega-devel] StatDataML Description element
Thomas (I'm getting a bit confused about whether this discussion is taking place on r-devel or omega-devel, and perhaps everyone is on both lists) I just posted something on R-devel which I hope addresses many of the points you mentioned, in particular pointing out that I meant encryption for the purpose of authentication, not for the purpose of making something secret, and I was using the
2000 Mar 03
5
StatDataML
Hi, we have a first draft of R functions reading/writing data to XML files including a rather general DTD ... which borrows heavily from the data types of a certain programming language :-) The basic idea is to create an XML standard for data exchange, together with import/export functions for as many applications as possible. We here will need R, Matlab & Octave for our research program,
2005 Jan 14
1
XML
I thought I would take a look at the StatDataML package for some work I'm doing, but I receive the following error when starting: > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.1 year 2004 month 11
2003 Apr 16
2
import data from Matlab & error msg when install package "e1071"
Hello, I am trying to import data from Matlab.. when i looked up R documentation, it says, package "e1071" have command (read.octave) to import data from octave. but when I tried to install package by using: install.packages("e1071"); I got the following message: ( BTW, my platform is linux version 2.4.18-3 my gcc is 2.96). * Installing *source* package 'e1071' ...
2001 Jul 04
0
[Fwd: RPgSQL db.execute() command]
David Meyer wrote: > > Evan Zane Macosko wrote: > > > > Hello everyone. > > > > I am using the RPgSQL package, and am having some trouble using the > > db.execute command. I successfully connect to my database, and issue a > > simple SQL query, like db.execute("Select * from c0000075"), where > > c0000075 is a table in my database. But
2009 Mar 09
0
Usar R desde Matlab
Hola, He estado utilizando un paquete en Matlab para llamar a R ( http://www.mathworks.com/matlabcentral/fileexchange/5051 ). Es muy sencillo y en cinco minutos he conseguido ejecutar funciones de R. Basta con instalar este paquete en el directorio de trabajo y podremos ver unas funciones para enviar variables a r y trabajar desde matlab. Un ejemplo serĂ­a este: >> openR >> a =
2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
Hi useRs, I had posted about Adobe FLEX talking to R for rich visualisation. Reply from Jeffery Horner contained links to the revolution-computing.com webpage which had information pertaining to the Bay Users R group Meetup on Web Dashboards with R. I have a very specific project that I need to implement. I wish to use the graphics capabilities provided by Adobe FLEX to visualise outputs from R.
2002 Feb 25
0
delete.response() incorrectly handles terms-objects (PR#1327)
Prof Brian D Ripley wrote: > > Thanks, fixed now. > > Why were you calling delete.response on an object with no response, BTW? I used it in predict.svm(), and the terms-object contained in the svm model just happens to have no response for the ``one-class classification'' if svm was called e.g. by: m <- svm(~a+b). Because of the second line in delete.response() if
2003 Sep 25
1
Documentation of ``Extract'' re. drop argument (PR#4297)
Problem: ?Extract does not clearly state that the `drop' argument can only be used in subscripting, but not in subassigning. Example: x <- t(1:10) x [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 1 2 3 4 5 6 7 8 9 10 x[,1:5,drop=F] <- 10:14 Error: incorrect number of subscripts but x[,1:5] <- 10:14 x [,1] [,2] [,3] [,4]
2003 Apr 18
1
Broken buildworld in groff, 4.8-stable?
Hi, I've been cvsupping and trying to buildworld for close to 18 hours now, on and off, with the same result. My current system is: FreeBSD gurney.reilly.home 4.8-STABLE FreeBSD 4.8-STABLE #25: Sat Apr 12 11:56:29 EST 2003 root@gurney.reilly.home:/usr_plus/obj/usr_plus/src/sys/GURNEY i386 About a week old. I've just cvsupped again, and tried a make buildworld, and get the
2011 Oct 12
0
Override values from default node inheritance (variable scoping).
Hi, I have a pretty basic question about variable scooping. We have been using puppet for the past few weeks now and were running into some problems which are probably caused by a lack of understanding or best practices. We have run into the following scenario and are not sure how to fix this. The majority of our host all use the same resolvers in our network (our internal dns servers) but there
2004 Mar 21
0
Near-perl-like levels of obfuscation
Dirk Eddelbuettel and Albrecht Gephardt have created many Debian packages of R packages from CRAN and other archives. I wanted to install all these Debian packages on a machine running the Debian testing distribution. One way to do this is to search (using the apt-cache program) for all Debian package names that begin with 'r-', extract the package name, and concatenate all those names
2006 Apr 13
1
6.1-RC1 fails to compile... missing header files in /usr/src/gnu/usr.bin/groff/src/libs/libgroff?
Hi. I am currently running 6.0 (here is uname -a). FreeBSD pc-racine1.mcmaster.ca 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #7: Thu Jan 12 09:30:38 EST 2006 root@pc-racine1.mcmaster.ca:/usr/obj/usr/src/sys/OPTIPLEX i386 Just tried a fresh cvsup from cvsup9, a standard compile via cvsup -g -L 2 /usr/share/examples/cvsup/current-supfile && cd /usr/obj && chflags -R noschg *
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
gccld would barf if you tried to specify the full pathname of an archive on the command line to gcc, (e.g., instead of gcc ... -L/full/path/to -lFOO you say gcc ... /full/path/to/libFOO.a) which many GNU Makefiles try to do. This patch fixes that. Ok to commit? -- gaeke at uiuc.edu gccld.cpp: Fix typo in header. Add IsArchive static method. Roll LoadLibraryFromDirectory() into
2012 May 16
2
Announce: Facter 2.0.0rc1 Available
Facter 2.0.0rc1 is a feature release candidate with bug fixes, features and other improvements. Facter 2.0 is designed to accompany the upcoming Puppet 3.0 release and has breaking changes from Facter 1.6.x. Facter 2.0 is not backwards compatible with Puppet 2.6 or 2.7. It includes contributions from the following people: Chris Price, Daniel Black, Daniel Pittman, Garrett Honeycutt, Gary Larizza,