Displaying 20 results from an estimated 24 matches for "midya".
2009 Mar 12
4
Windows binary version of DPpackage
...inary of DPpackage from source?
2. Is there any possibility to have a copy of Windows binary of
DPpackage in the near future in the site http://www.cran.r-project.org/?
Once again, thank you very much for the time you have given.
I am looking forward for your reply.
Regards,
Debabrata Midya (Deb)
NSW Department of Commerce
Government Procurement Management
Level 11
McKell Building
2-24 Rawson Place
Sydney NSW 2000
Australia
******************************************************************************
This email message, including any attached files, is confidential and
intended so...
2009 Sep 30
1
How to change e-mail address
...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 address has been changed due to the new name of our Department.
My previous e-mail address (When I have subscribed to r-help by sending an e-mail):
debabrata.midya@commerce.nsw.gov.au
My current e-mail address:
Debabrata.Midya@services.nsw.gov.au
Regards,
Deb
[[alternative HTML version deleted]]
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
2009 Mar 31
2
To save Trellis Plots on A3 size paper (Portrait and Landscape)
...;:")
barchart(s ~ time| xc + xo, data = dataFile[dataFile$xo == 'x1', ],
horizontal = FALSE,
groups = id,
layout = c(1, 6))
dev.off()
Once again, thank you very much for the time you have given.
I am looking forward for your reply.
Regards,
Debabrata Midya (Deb)
NSW Department of Commerce
Government Procurement Management
Level 11
McKell Building
2-24 Rawson Place
Sydney NSW 2000
Australia
******************************************************************************
This email message, including any attached files, is confidential and
intended...
2010 Sep 20
3
Composing Music - R Package
Hi R Users,
Thanks in advance.
I am using R-2.11.1 on Windows XP.
May I request you to assist me for the following please.
1. Is there any R-package or if any to compose music?
2. Is there any R-package or if any to analyse music?
Once again, thank you very much for the time you have given.
Regards,
Deb
[[alternative HTML version deleted]]
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]]
2007 Jul 04
1
Calling C Code from R
...X1.c:38: warning: implicit declaration of function 'func'
How to get rid off this error ?
What is the best way to call funcC1.c from testCX1.c?
I have provided the codes below:
Once again thank you very much for the time you have given.
Regards,
Debabrata Midya (Deb)
Statistician
NSW Department of Commerce
Sydney, Australia
testCX1.C
--------------
/*
*********************
testCX1.c
*********************
*/
#include <R.h>
#include <Rdefines.h>
#include <Rmath.h>
SEXP testC1(SEXP a)
{
int i, nr;
doubl...
2007 Feb 01
2
Calling C code from R
Hi!
Thanks in advance.
I am using R-2.4.0 on Windows XP. I am trying to create dll file.
My C code:
/* useC1.c */
void useC(int *i) {
i[6] = 100;
}
I have tried to create useC1.dll.
C:\R-2.4.0\bin>R CMD SHLIB useC1.c
'perl' is not recognized as an internal or external command, operable program or batch file.
Then I have tried:
2009 Sep 14
1
64-bit binary for Windows
Dear R Users,
Thanks in advance.
I am currently using R-2.9.1-win32.exe on Windows XP.
Is there any 64 bit binary on Windows XP?
Once again, thank you very much for the time you have given.
Regards,
Deb
******************************************************************************
This email message, including any attached files, is confidential and
intended solely for the use of
2007 Aug 21
2
Stacked Bar
Hi R Users!
Thanks in advance.
I am using R-2.5.1 on Windows XP.
I am trying to do a stacked bar plot, but could not get through the following problem. The code is given below.
1. How can I provide 15 different colors for each method with 15 Rows?
2. How can I put the legend in a particular position (eg., in the top or bottom or right or left)? How can I put legend using a number
2007 Feb 04
1
Fwd: Re: Calling C code from R
Hi!
Thanks in advance.
Thanks to all of you who have responded to me on above. This is one of the responses I received on above.
I have installed perl (with path C:\Perl\bin\;) an MinGW (with path C:\MinGW\bin; C:\MinGW;).
At the Command Prompt (C:\R-2.4.0\bin) I have typed:
C:\R-2.4.0\bin>Rcmd SHLIB useC1.c
(No error and useC1.dll file has not been created)
2009 Jul 08
1
Density value over 1 using density function
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
In the plot, the density value displays over 1. How can I explain it?
library(urca)
plot(density(Raotbl1[, 1]))
Once again, thank you very much for the time you have given.
I am looking forward for your reply.
Regards,
Deb
******************************************************************************
This email
2011 Jan 24
1
Extracting information from text data
Hi R-Users,
Thanks in advance.
I am using R-2.12.0 on Windows XP.
I am trying to produce an n X m matrix from text data stored in different files. Where n = number of words (say w1, w2, …, wn). M is the number of documents (say d1, d2, …, dm)
A. Using package tm
I am using package tm to do the job. I have provided the code below:
> my.corpus <- Corpus(DirSource(my.path),
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 Sep 22
2
Pull Coefficients from MCMCpack models
Hi,
I've been testing some models with the MCMCpack library.
I can run the process and get a nice model "object". I can easily see
the summary and even plot it.
I can't seem to figure out how to:
1) Access the final coefficients in the model
2) Turn the coefficients into a model so I can then run predictions
using them.
A summary command will SHOW Me the coefficients, but
2009 Aug 27
1
Submit a R job to a server
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.9.1 on Windows XP.
May I request you to provide me information on the following:
1. I have access to a server ( I have userid and pwd)
2. What are the packages I need to submit a job from Windows XP to this server? Should I need to install any package on this server before
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...b k
( (Ted Harding))
82. Re: use R Group SFBA April meeting reminder; video of Feb k
(Rolf Turner)
83. RMySQL compile (stenka1@go.com)
84. Re: advice for alternative to barchart ( (Ted Harding))
85. To save Trellis Plots on A3 size paper (Portrait and
Landscape) (Debabrata Midya)
86. Re: two monitors (Felipe Carrillo)
87. Re: what is R equivalent of Fortran DOUBLE PRECISION ?
(Steven McKinney)
88. How to generate natural cubic spline in R? (minben)
89. Re: How to generate natural cubic spline in R? (David Winsemius)
90. Re: Binning (Gad Abraham)
91. Re: H...