Displaying 20 results from an estimated 5000 matches similar to: "rrdf package for mac not working"
2003 Sep 07
4
data manipulation
Hi,
I am new to R, coming from a few years using Stata. I've been twisting my
brain and checking several R and S references over the last few days to
try to solve this data management problem: I have a data set with a unique
patient identifier that is repeated along multiple rows, a variable with
month of patient encounter, and a continous variable for cost of
individual encounters. The data
2013 Sep 03
1
tm::stemDocument function not work
https://gist.github.com/rpietro/6430771
stemDocument function doesn't seem to be working. Tried to look up and
a few people have reported the problem, but no solution that I could
find.
would appreciate any help
2002 Jun 27
2
large survey data set
---------- Forwarded message ----------
Hello,
I am analyzing a weighted, stratified, clustered survey data set
with approximately 1 million observations and 50 variables.
I am new to R (I'm a Stata user), and so far
couldn't find any documentation on how to handle survey data. In
other words, is there a specific package to handle a combination of
weigths, clusters and strata. I am also
2006 Oct 01
2
Metadata & RDF
On 30/09/06, Ralph Giles <giles@xiph.org> wrote:
> On Sat, Sep 30, 2006 at 12:21:53PM +0200, Danny Ayers wrote:
>
> > Basically I'd like to embed arbitrary (meta)data in flac files.
>
> I agree it would be best to define a new block type for RDF
> metadata, or probably better for random attached XML data,
That sounds reasonable, but...
and
> let the xml parser
2006 Feb 01
3
Parsing RDF coming from a URL
Hello,
i''m writing an application that needs geocoding information for locations
outside of the US.
I''m using the brainoff.com geocoding service
mappoint = Net::HTTP.new(''brainoff.com'', 80)
response = mappoint.get(''/geocoder/rest/?city=Gent,BE'')
logger.debug response.body
and the body of the response is in the following form :
<rdf:RDF
2006 Sep 30
2
Metadata & RDF
I'm very pleased to come across flac, good work folks!
I would like advice and/or have a spec feature request. Please bear in
mind that I am totally new to the format, apologies if what I describe
has been discussed before.
Basically I'd like to embed arbitrary (meta)data in flac files. For
example, it may be about the audio, but then again it may be about the
creator of the audio, or
2013 Apr 05
2
Text Encoding
Dear R-Help,
I am using the RDF package/ R 2.14 with the RDF package to download data
from a website, and then use R to manipulate it.
Text on the website is UTF-8. The RDF package's rdf_load command is
converting it into a different encoding, which converts non-ASCII
characters to unicode codes.
On the webpage/sparql RDF: "4.5µg of cDNA was used"
In R, the RDF triple gives:
2016 Oct 18
2
A use of RDF to extend register Remat
Dear Community,
I would like to discuss few points to use RDF to extend register remat
scope. Mr. Krzysztof and I have started discussion this on private mail.
But I think now it would be better to include community.
Interested community member kindly previous discussion (at the end of mail)
before starting here.
After analyzing if RDF can be used for solving Remat, we think that problem
with
2016 Mar 23
2
[GSoC 2016] Code Generation Improvements task
On 3/1/2016 11:26 AM, vivek pandya via llvm-dev wrote:
>
> Still I am looking for feedback on RDF part and also if some one is
> willing to mentor me.
Hi Vivek,
Sorry, I missed this email. I wrote the RDF stuff and I'd be happy to
help you out with it if you are interested.
The idea was to have a utility class that would represent the data flow
between registers. The registers
2006 May 19
1
factor analysis - discrepancy in results from R vs. Stata
Hi,
I found a discrepancy between results in R and Stata for a factor analysis
with a promax rotation. For Stata:
. *rotate, factor(2) promax*
(promax rotation)
Rotated Factor Loadings
Variable | 1 2 Uniqueness
-------------+--------------------------------
pfq_amanag~y | -0.17802 0.64161 0.70698
pfq_bwalk_~ø | 0.72569 0.05570
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata
vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care
about metadata issues, please take a look at:
http://www.cdindex.org/MM
I've included a section for video specific stuff, but everything that I
originally had in there is being covered by the MM:Contributors section.
The Contributors stuff will allow
2005 Oct 25
2
Content-Type: application/rdf+xml
Hi,
I am trying to parse the response received from a rdf file using DOM.
However, I am not able to get anything in the responseXML. It always returns null.
Following is the content type I receive from the server.
Content-Type: application/rdf+xml
Can someone let me know how I can receive this as an xmlObj?
Thanks in advance,
Mandy.
_______________________________________________
2012 May 31
1
Using RDF/OWL with R?
Hello,
Is there a convenient way to import RDF/OWL data into R?
I'm interested in importing BioPAX/SBPAX data into R to make them
available for a wider audience. One exciting application would be to
use pathway data to explain differential microarray measurements by
identifying upstream nodes that are likely involved in causing the
differences. This could also be used to validate
2007 Aug 16
3
e c30ac536947f7330943f8de9c33f70ef2d5994e7
e, elemental, is a stack for the data web
there are 4 components: earth, air, fire, water
earth is a pure-ruby RDF triple-store, with a fs backend. no dependencies on 3rd party databases, just add filesystem (tm). theres also a ram backend built with the Mongrel URI-classifier trie as the primitive datastructure. from these two it should be easy to extrapolate how to write a memcached/hadoop
2017 Nov 13
2
Reaching definitions on Machine IR post register allocation
Hi Venu,
This is happening because there is an implicit def of ECX on the COPY
instruction. This was an issue on Hexagon as well. Let me give you some
background. There are two kinds of implicit defs (and implicit uses, but
I'll refer only to defs for brevity):
(1) Those that indicate that some physical register (that is not an
operand) is modified by a given instruction (EFLAGS is a good
2007 Oct 08
2
R and FDA trials
Yesterday I just noticed the new document on R and regulatory aspects
for biomedical research posted at
http://www.r-project.org/doc/R-FDA.pdf
Coming from an institution that performs a large number of clinical
trials for FDA and being an advocate of R myself, I have found that
the following issues usually come up when discussing the use of R for
FDA trials:
1. Most FDA submissions come down to
2017 Nov 24
2
Reaching definitions on Machine IR post register allocation
Hi Krzysztof,
In one of your earlier emails in this thread you mentioned that you had
some changes which add extra aliases for subregisters. Did you mean for
X86? And is it extra register units that you added or aliases?
I tried adding extra register units for X86 through some changes in
CodeGenRegisters.cpp in TableGen but I am seeing a runtime error in one of
my test cases possibly due to the
2004 Dec 15
4
AR db adapter for a RDF database (ATT: DHH)
Hi people,
As I stated in a earlier message, I am using Rails on my masters degree
and soon I will have to port my application from a relational database
(MySql) to a RDF semantic database called Sesame.
At first, I thought that I could get away with most of the porting only
by writing a decent database adapter, but then, examining AR closer, I
could see that it has some strong dependencies
2017 Oct 31
2
Reaching definitions on Machine IR post register allocation
Hi Venu,
FWIW, I have a pass that does copy propagation after RA [1] (currently
only within a basic block) that should be enabled some time in the
not-too-distant future. It has been reviewed and accepted, but I'm
currently working on getting a slight change to the MachineOperand
representation [2] that should make the copy propagation change much
simpler. I believe this change to
2008 Jun 09
2
converting a data set to a format for time series analysis
I currently have a data set describing human subjects enrolled into an
international clinical trial, the name of the hospital enrolling this
human subject, the date when the subject was enrolled, and a vector
with variables representing characteristics of the site (e.g., number
of beds in a hospital). my data sets looks like this:
subject hospital date_enrollment hospital_beds
1 hospitalA