Displaying 20 results from an estimated 600 matches similar to: "R is wonderful"
2006 Sep 09
2
How to actively join you all
Hello R Community,
I am really impressed by the 'R'. I am a computer engineer. Further, I
have done work on Linux Code at my home and Worked on Cisco IOS platform.
I would like to contribute to the software i.e. i would like to devote my
free time for its development, but i do not know how to join the
development team. If anybody can tell me the way then please show me the
way. I
2007 Mar 28
1
Regarding Vista
Hi All
Does R supports Vista Business and Vista Home Premium. I am planning to
upgrade my system. Before that I just wanted to confirm whether R will
work on Vista or not.
Thanks for this help in advance
-gaurav
Sayonara With Smile & With Warm Regards :-)
G a u r a v Y a d a v
Assistant Manager,
Economic Research & Surveillance Department,
Clearing Corporation Of
2007 Apr 20
1
Error: cannot change value of locked binding for
Hello R experts
What does this error means and how to resolve this issue (cannot change
value of locked binding for ). Please suggest
> mc = MonteCarloOption(dt = 1/360, pathLength = 30, mcSteps = 5000,
mcLoops =
+ 50, init = TRUE, innovations.gen = sobolInnovations, path.gen =
wienerPath,
+ payoff.calc = arithmeticAsianPayoff, antithetic = TRUE, standardization
=
+ FALSE, trace = TRUE,
2006 Sep 16
1
regarding chaos
hi all,
I have a simple question that does power spectral analysis related to
capacity dimension, information dimension, lyapunov exponent, hurst
exponent.
If yes then please show me the way. I am newbie in the world of chaos.
Sayonara With Smile & With Warm Regards :-)
G a u r a v Y a d a v
Senior Executive Officer,
Economic Research & Surveillance Department,
Clearing
2006 Oct 09
1
regarding bootstrapping
Hi All,
Thanks for all your discussions which I read offline and enhance my
knowledge.
I just want to know how to make yield curve by bootstrapping using R.
Please give me some subject-matter links and code links.
Especially the Spot Yield Curve and YTM Curve.
Sayonara With Smile & With Warm Regards :-)
G a u r a v Y a d a v
Senior Executive Officer,
Economic Research &
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi All,
ok fine got it. The design of R is such that it will work only if data
fits in the main memory. This issue has been taken up many times but it
seems it would be very difficult to change the core code hmmm. ok fine.
hence if i want to work then i will have to either partition the data or
work with columns.
thanks to you all
- Sayonara With Smile & With Warm Regards :-)
G a u
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi All,
ok fine got it. The design of R is such that it will work only if data
fits in the main memory. This issue has been taken up many times but it
seems it would be very difficult to change the core code hmmm. ok fine.
hence if i want to work then i will have to either partition the data or
work with columns.
thanks to you all
- Sayonara With Smile & With Warm Regards :-)
G a u
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi Jim,
if i partition the file, then for further operation like merging the
partitioned files and after that doing some analysis on whole data set
would again require the same amount of memory. If i am not able to do or
if i am not having memory then i feel there should be serious thinking
over the issue of memory handling.
hence i am also copying this to r-devel list and i would also would
2006 Oct 28
0
ALARM!!!! Re: regarding large csv file import
hi Jim,
if i partition the file, then for further operation like merging the
partitioned files and after that doing some analysis on whole data set
would again require the same amount of memory. If i am not able to do or
if i am not having memory then i feel there should be serious thinking
over the issue of memory handling.
hence i am also copying this to r-devel list and i would also would
2007 Apr 25
1
Box Ljung Statistics
Hi All R Experts,
I met with below mentioned statistics in paper "Stock Index Volatility
Forecasting with High Frequency Data"
by Eugenie Hol, Siem Jan Koopman
http://ideas.repec.org/p/dgr/uvatin/20020068.html
I would like to ask that what is "Box-Ljung portmantacau statistic based
on N squared autocorrelation" ?
Is it same as "Box-Ljung Statistics" of stats
2007 Mar 26
0
one more small query
Hi All
Thanks to you all for replying to my small query i got it. How can i load
many packages other than the default packages automatically at the
startup. Please tell me. I tried it by modifying the RProfile file, as
given in the posted mail with the subject(Problem in loading all packages
all at once), but it was not a total success, Please help me in this.
Secondly is there any limits
2007 Jul 26
5
ROC curve in R
Hi,
I need to build ROC curve in R, can you please provide data steps / code
or guide me through it.
Thanks and Regards
Rithesh M Mohan
[[alternative HTML version deleted]]
2007 May 10
4
Value at Risk
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20070510/b26482f4/attachment.pl
2007 May 09
3
Removing a list of Objects
Hi,
I have a simple beginner's question on removing a list of
objects. Say I have objects C243.Daily1, C243.Daily2...C243.Daily5 in my
workspace. I'd like to remove these without using rm five times.
So I write.
> a <- list(paste("C243.Daily",sep="",1:5))
> rm(a)
Obviously this wouldn't work, as it would only remove the object a.
But is there any way
2008 Jan 10
1
[PATCH] Added CLTS instruction emulation in vmxassist
Trivial change to emulate CLTS instruction in vmxassist.
Relevant file - tools/firmware/vmxassist/vm86.c
Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com>
Kamala
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Feb 07
1
[PATCH 4/5] xl block-attach refactoring to reuse xl parsing code
Attached changes reuse disk parsing code for block-attach.
Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com>
Kamala
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Aug 06
18
XCI: can we get to the demo state?
Hello XCI developers,
I have a HP6930, downloaded xenclient from the git. And by following the instruction in HOWTO, I could get xenclient boot up fine. I try then to start a guest using xenvm.readme as template and nothing shows on the screen for the guest, although xenops shows 2 doms running.
Can you point me to how to start a guest. And also, is the tree downloaded from git enough to arrive
2007 Mar 26
4
a very small query
Hi All
what is the command to give me the listing of the loaded packages. I mean
which are active and not the listing of all the installed packages as
given by library()
thanks in advance
-gaurav
============================================================================================
DISCLAIMER AND CONFIDENTIALITY CAUTION:\ \ This message and ...{{dropped}}
2010 May 20
3
HXEN for MacOS X?
Hello.
More than 1 year ago, someone said that HXEN would have an installer (*.dmg) for Mac OS X.
Is such an installer now available?
leopard
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
Xen-users mailing
2006 Jul 14
1
regarding filtering the data
Hi all
a very happy greeting to you all.
i have just joined the list, i am newbie in R and this is my first message
( before this i was a member of Linux kernel mailing list) and hence i
woulk like to add that i know how to behave in the mailing lists.
I have a data something like this which i am reading from a csv file using
read.table (Is there any difference between read.csv and read.table