search for: statdataml

Displaying 20 results from an estimated 20 matches for "statdataml".

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 `/home/...
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
2000 Dec 04
0
Data Exchange with StatDataML for MATLAB
The e1071-group is developping a data exchange package based on XML, called StatDataML. Both read and write functionality is available for R/S and MATLAB/Octave. Now here is a snapshot from the "StatDataML for MATLAB/Octave"-package. It should work fine, but the installation procedure needs some improvement yet. I think the following will nevertheless make it run: 1. Ge...
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
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 sys...
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...
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 character and factor data. Thanks, Jim Rogers
2005 Oct 01
3
R and Data Storage
Where I work a lot of people end up using Excel spreadsheets for storing data. This has limitations and maybe some less than obvious problems. I'd like to recommend a uniform way for storing and archiving data collected in the department. Most of the data could be stored in simple csv type files but it would be nice to have something that stores more information about the variables and units.
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,
2006 Oct 07
1
Request to open up getConnection to embedded interface
...;/H1>") } else if (args$format == 'csv'){ apache.set_content_type(r,"text/csv") write.csv(d) } else if (args$format == 'xml'){ apache.set_content_type(r,"text/xml") writeSDML(d) # from StatDataML } else if (args$format == 'rds'){ apache.set_content_type(r,'application/octet-stream') save(d,file=stdout()) # yes, even this works } dbDisconnect(con) OK } And of course the output of the above can either be sent to the browser or e...
2000 Apr 29
4
S-Plus 2000 <-> R 1.0.1
Good day: Let's say that I have a data frame in S-Plus 2000 (Win98 version). I want to use the same data frame with R on another computer. Questions: 1) Can R read S-Plus data frames? Can S-Plus 2000 read R data frames? 2) How can i move the data frame between the two systems? Do I need to use dump()? Thank you.
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' ...
2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
...f how to go about this task, I have speculated on the following technologies: 1) Using RSOAP which requires a Python client. I am not sure how I can implement this in Flex. 2) Using RSOAP provided by the Biocep project. This is a java implementation and maybe this would suit my requirements. 3) The StatDataML package in R provides the creation of xml files of R objects. Maybe I can use these XML files as encapsulators of R object data and pass it on to FLEX. 4) Since R has interfaces that connect to most SQL database servers, I can convert results of lm objects (summary(lmobject)) to data frames and pus...
2009 Jun 25
3
exportation of xml file from R
Hello everybody, I have programed a function to translate the R object structure into a XML data structure but I haven't found a function in the XML package to export this data in an XML file! my data look like that: <Factor>Assessor:codec</Factor> <Sum Sq> 33.98159</Sum Sq> <Df> 28</Df> <F value> 6.510894</F value>
2007 Nov 06
1
Pass Array input to web service
Hello everybody, I'm using SSOAP and RCurl to call webservice. I got success in calling webservice with string as an input. Now i want to pass array as an input(can be single or multidimensional). When i do that i get error. unable to find an inherited method for function "toSOAP", for signature "data.frame", "textConnection", "NULL" When i remove
2007 Dec 10
1
XML R function description
Hi, I was wondering if there is a standard for R function description in XML (or any plain text) format. Rd files are the closest thing I found, but they do not describe the argument (or return value) types. The purpose would be to write a program to automate the creation of C# wrapper around any R function, but without the argument type Rd descriptions are useless. Any clues... thank you
2004 Mar 21
0
Near-perl-like levels of obfuscation
...cran-nlme - GNU R package for (non-)linear mixed effects models r-cran-rcmdr - GNU R platform-independent basic-statistics GUI r-cran-rmysql - MySQL interface for R r-cran-rodbc - GNU R package for ODBC database access r-cran-rquantlib - GNU R package interfacing the QuantLib finance library r-cran-statdataml - XML based data exchange format (R library) r-cran-tkrplot - GNU R embedded Tk plotting device package r-cran-tseries - GNU R package for time-series analysis and comp. finance r-cran-xml - An XML package for the R language r-omegahat-rgtk - GNU R binding for Gtk r-omegahat-ggobi - GNU R package f...
2007 Mar 26
1
Problem in loading all packages all at once
...rseM","spatial","spatialCovariance","spatstat","spc","spdep","spe","spectralGP","spectrino","spgwr","splancs","splines","ssanv","sspir","startupmsg","StatDataML","statmod","stats","stats4","stepwise","StoppingRules","strucchange","subselect","sudoku","supclust","superpc","SuppDists","survBayes","surveillance","survey&q...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...), sos (1.3-0), sp (0.9-65), spam (0.22-0), sparcl (1.0.1), spatgraphs (2.37), spatial (7.3-2), spatialsegregation (2.18), spatstat (1.19-3), spBayes (0.1-8), spcosa (0.2-1), spdep (0.5-14), spgrass6 (0.6-16), spgwr (0.6-8), sphet (1.0-0), splancs (2.01-27), sqldf (0.3-5), st (1.1.4), stab (0.0.8), StatDataML (1.0-20), StatFingerprints (2.0), statmod (1.4.6), stockPortfolio (1.1), stringkernels (0.8.9), SubpathwayMiner (3.0), surveillance (1.2-1), survey (3.22-2), SV (1.2.4), svcR (1.6.4), svGUI (0.9-47), svIDE (0.9-49), svMisc (0.9-57), svUnit (0.7-2), SweaveListingUtils (0.4.5), tawny (1.2.1), tdm (2....
2009 May 05
1
self organizing map advice for categorical data
...d on the following technologies: >> 1) Using RSOAP which requires a Python client. I am not sure how I can >> implement this in Flex. >> 2) Using RSOAP provided by the Biocep project. This is a java >> implementation and maybe this would suit my requirements. >> 3) The StatDataML package in R provides the creation of xml files of R >> objects. Maybe I can use these XML files as encapsulators of R object >> data and pass it on to FLEX. >> 4) Since R has interfaces that connect to most SQL database servers, I >> can convert results of lm objects (summa...