Displaying 20 results from an estimated 4000 matches similar to: "XML"
2005 Mar 24
1
Error bars for Lattice Plots
Has anyone found a method for creating error bars in lattice plots?
________________________________
"Policies are many, Principles are few, Policies will change, Principles
never do."
-John C. Maxwell
________________________________
Shawn Way, PE Tanox, Inc.
Engineering Manager 10301 Stella Link
sway at tanox.com Houston, TX 77025
________________________________
Note:
2004 Jun 07
1
Xtable giving an interesting problem
I'm using the current version of xtable for 1.9.0 and I have an
interesting error:
Error in match.names(clabs, names(xi)) : names don't match previous
names:
F value, Pr(>F)
In addition: Warning message:
longer object length
is not a multiple of shorter object length in: clabs == nmi
This is produced in the following manner:
>data.trans <-
2004 Feb 04
5
Date Time Conversion problems...
At one time (version 1.7), the code below used to work for converting and
extracting based on the Date Time. In version 1.8.1, something changed I
know, but I cannot for the life of me figure out what...
Data:
UserName,RequestDate,PO,OrderDate,ExpDelivDate,Vendor,Total
"Woody, Jim",12/19/2002,AP15063,1/7/2003,2/10/2003,Ames ,8570
"Harrold,
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
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 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
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
2004 Oct 14
1
FW: Maps and plotting
Thanks for the help on the translucent dots. What would be the best
method for creating a map of the facility? I looked into map* in the
libraries and didn't find anything on creating the maps, just using
them.
Thanks again...
Shawn Way, PE
Engineering Manager
sway at tanox.com
-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
Sent: Thursday, October
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
2001 Jun 14
1
Par and the size of the page
I've been trying, without much success, to change the properties of the
device on the Windows (1.3.0) version of R. What I'm trying to do is move
the plots further away from each other on the device (which will hopefully
translate to the same on the printout) and get the top plot closer to the
top and the bottom closer to the bottom.
I've sized the device to 8.5x11 using
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>
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. Get libxml 2.x
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
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.
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
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.
2003 Jun 26
2
Plots using POSIX
Is there a reason that the bottom axis changes color when POSIX data is used
in plot function?
For example:
> timedata <- c("2/3/2003","3/4/2003","5/4/2003")
> timedata2 <- strptime(timedata,format="%m/%d/%Y")
> numdata <- c(2,3,4)
> plot(as.POSIXct(timedata2),numdata,col="red",type="o")
As compared to:
>
2002 Apr 12
2
Lattice Package...
I have two questions:
1. I've tried to use the lattice package with the development version of R
(1.5.0), windows 2000, and it consistantly crashes RGUI and Rterm, on two
seperate installations...
2. The real question... Is it possible to change the barchart horizontal
bars on lattice to give vertical bars? If so, could you please give me a
hint on how to do so?
Thanks,
Shawn Way
2006 Nov 16
5
<RBloomberg Package Problem>
Hi R-Experts,
I'm currently using R 2.4.0 in Windows XP. I'm trying to download data
from Bloomberg using the package "RBloomberg", but it fails to install
the three needed packages "zoo", "chron" and 'Rbloomberg". Moreover I
am not able to find "RBloomberg" package as windows binary in CRAN
site as only for MAC it's given. Please
2000 Feb 03
1
Passwords issues with samba 2.0.6
In my pursuit of integrating samba password authentication with our own
stuff, I've been looking at ways on synchronizing the two. And here are
the two problems for which I hope to get either solution:
a) smbpasswd will not pass down spaces to whatever is called for
synchronization. Barely looking at the synchronization routine, it
scans as a string, which would skip anything after a space.