Displaying 20 results from an estimated 4000 matches similar to: "Composing Music - R Package"
2011 Nov 03
3
Extract Data from Yahoo Finance
Hi R ?users,
?
I am using R-2.14.0 on Windows XP.
?
May I request you to assist me for the following please.
?
I like to extract all the fields (example: a : Ask, b : Bid, ??, w : 52-week Range, x: Stock Exchange) ?for certain period of time, say, 1 October 2011 to 31 October 2011.
?
Is there any R-Package(s) & any R- script please?
?
Once again, thank you very much for the time you have
2010 Nov 07
1
High Frequency Trading
Hi R users,
Thanks in advance.
I am using R 2.12.0 on Windows XP.
My objective is to construct algorithms for High Frequency Trading.
May I request you to provide me information such as packages or tools please.
Thank you very much for the time you have given.
Regards,
Deb
[[alternative HTML version deleted]]
2011 Feb 10
2
Installing R on cygwin
Hi R users,
Thanks in advance.
Is it possible to install R on cygwin? If yes, can anyone assist me how can I install R on cygwin?
Currently, I am using R on Windows XP. I have found that binary version of some packages such as RCurl is not available.
Once again, thank you very much for the time you have given.
Regards,
Deb
[[alternative HTML version deleted]]
2010 Dec 02
1
Downloading quote data from yahoo finance
Hi R users,
Thanks in advance.
I am using R 2.12.0 on Windows XP.
May I request you to assist me in the following please.
1. I am getting error while downloading quote data from yahoo finance.
The example code is below (taken from tseries help):
library(tseries)
con <- url("http://quote.yahoo.com")
if(!inherits(try(open(con), silent = TRUE), "try-error")) {
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* Bergm (1.0)
Alberto Caimo
http://crantastic.org/packages/Bergm
Functions implementing Bayesian estimation for exponential random
graph models via exchange algorithm
Updated packages
----------------
lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21),
r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2009 Mar 12
4
Windows binary version of DPpackage
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.8.1 on Windows XP.
This has reference to the package “DPpackage”. The binary version is
available on Mac OS, but I am using Windows XP.
May I request you to assist me in the followings:
How can I prepare Windows binary of DPpackage from source?
2. Is there any possibility
2009 Jun 26
1
Problem making the manuals (make dvi and make pdf)
Dear all,
I am trying to compile and install R from sources on Ubuntu GNU/Linux 64
bit. It usually worked flawlessly for me for more than 4 years (32bit
and 64bit on Mandrake/Mandriva, Suse, Debian, Ubuntu). However, I am
experiencing some problems now -- not during compiling and installing R
itself but with the manuals.
Maybe someone can help me with it? I tried to find some information in
the
2011 Jun 13
1
Composing two n-dimensional arrays into one n+1-dimensional array
If I have 2 n-dimensional arrays, how do I compose them into a n+1-dimension
array?
Is there a standard R function that's something like the following, but that
gives clean errors, handles all the edge cases, etc.
abind <- function(a,b) structure( c(a,b), dim = c(dim(a), 2) )
m1 <- array(1:6,c(2,3))
m2 <- m1 + 10
abind(m1,m2)
==>
, , 1
[,1] [,2] [,3]
[1,] 1 3 5
2009 Sep 30
1
How to change e-mail address
Hi!
Thanks in advance.
I know this is not the right place to send this message. But I have tried to do so by sending e-mail to the addresses r-help-request@r-project.org and r-announce-request@stat.math.ethz.ch. But no success. I am getting messages such as "Your message to R-help awaits moderator approval".
I need your assistance on above.
I am an user of r-help. My e-mail
2009 Mar 31
2
To save Trellis Plots on A3 size paper (Portrait and Landscape)
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.8.1 on Windows XP.
I like to save Trellis Plots on A3 size paper (Portrait and
Landscape).
Currently, I am using the following command to save a Trellis Plot in
pdf [This is an example code]:
pdf("D:/Analysis/test.pdf")
dataFile <- expand.grid(xo=
2011 Nov 13
1
issue using package sos
Issue with sos package
I am now using R 2.14 and the sos package did work with 2.13
> library(sos)
Loading required package: brew
Attaching package: 'sos'
The following object(s) are masked from 'package:JGR':
installPackages
The following object(s) are masked from 'package:utils':
> library("sos"); findFn("random forest")
found 253
2020 Nov 12
4
MIDI on a VM
I have an application (Frescobaldi/Lilypond) that generates and plays
MIDI files. Due to problems with flatpak I can only run it on C8 or
Fedora, both of which live on VMs. The host is running C7. I've tried
"adding hardware", specifically a virtual sound card, to the VMs, but
still they remain silent. How do I connect the virtual sound cards to
the physical sound card so that I
2011 Oct 16
2
[LLVMdev] Is there a separate linker for LLVM in Windows?
On Sat, Oct 15, 2011 at 12:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> On Sat, Oct 15, 2011 at 7:38 AM, Thomson <lilotom at gmail.com> wrote:
>> I just found that some samples used link.exe from Visual Studio to generate
>> the final image, does LLVM has a replacement for link.exe to generate the
>> final binary?
I'm not related to the topic
2008 Jun 23
3
AM/FM tuner for centos 4 or 5?
Looking for a radio tuner for my audio server.
Needs to do AM.
Any hardware reccomendations?
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Principal Consultant 10 West 24th Street #100 -
- +1 (443) 269-1555 x333
2013 Oct 11
3
Gaussian Quadrature for arbitrary PDF
Hi all,
We know that Hermite polynomial is for
Gaussian, Laguerre polynomial for Exponential
distribution, Legendre polynomial for uniform
distribution, Jacobi polynomial for Beta distribution. Does anyone know
which kind of polynomial deals with the log-normal, Student抯 t, Inverse
gamma and Fisher抯 F distribution?
Thank you in advance!
David
[[alternative HTML version deleted]]
2010 Sep 21
1
Prime Factorization
Hi everyone, I have a very quick question:
Is there a ready-made function in R or any R packages to find the prime
factorization of an integer?
--
View this message in context: http://r.789695.n4.nabble.com/Prime-Factorization-tp2548877p2548877.html
Sent from the R help mailing list archive at Nabble.com.
2011 Mar 08
3
A plot similar to violin plot
Dear R Users,
I would like to know is there any package to create a plot like this?
http://dl.dropbox.com/u/5409929/cs1160521f01.gif
X axis is categorical. And the positions of the points are
corresponding to the frequency. (similar to violinplot)
Thank you.
Regards,
CH
--
CH Chan
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Don't do anything yet. I may have found the problem by accident.
I tried to use the computer from something else, and it was being
drastically slowed down by some leftover processes, which turned out
to be xlhtml. That is something that converts Excel files. Apparently,
some excel files got into the libraries, and they were causing the
indexing to hang completely.
I am now running everything
2012 Sep 13
20
Xen 4.2.0-rc4 issues with DVB tuner
On Thu, Aug 30, 2012 at 6:33 PM, Konrad Rzeszutek Wilk <konrad@kernel.org>wrote:
Hi,
> > I''ve just upgraded a server of mine from a Core i3 2100T to an i7 3770,
> in order
> > to do full virtualization with VTd.
> >
> > I''m using kernel 3.5.2 and Xen from git://xenbits.xen.org/xen.git @
> commit
> >
2004 Sep 03
2
TV cards
Hi, has anyone tried to use wine to control a tv tuner card ?
any hints tips advice gratefully received
Richard