similar to: R won't start keeps crashing

Displaying 20 results from an estimated 2000 matches similar to: "R won't start keeps crashing"

2011 May 15
3
Adding dates to time series
Hi there, I have a spreadsheet in excel which consists of first column of dates and then subsequent columns that refer to prices of different securities on those dates. (the first row contains each series name) I saved the excel file as type csv and then imported to excel using prices=read.csv(file="C:/Documents and Settings/Hugh/My Documents/PhD/Option prices.csv",header = TRUE, sep
2011 Jul 09
3
Confusing piece of R code
m0<-epxression((4*theta1*theta2-theta3^2)/(2*x*theta3^2)-0.5*theta1*x) params<-all.vars(m0) this reads all the params from m0 so theta1,2 and 3 correct? params<-params[-which(params=="x")] checks which params are multiplied by x? np<-length(params) for(i in 1:6){ esp<-get(sprintf("m%d",i-1))
2011 Oct 27
1
Correllogram of Daily Time Series
Hi there, What is the best way to get a time series of daily stock price observations into R (from excel). The time series are daily but there are spaces for w/e's and holidays etc. So I am not sure a ts object will be suitable but I am not sure what I should use? What ever package you recemmned i need to be able to run a corrolelagram. Thanks Hugh -- View this message in context:
2011 Oct 28
2
Split an array into arbirtary sizes
Hi there, I have a ts object that I would like wo split into arbirary sizes. Can'tfind how to do this? I realise its probaly very simple buy I can't sem to find the right function? -- View this message in context: http://r.789695.n4.nabble.com/Split-an-array-into-arbirtary-sizes-tp3948938p3948938.html Sent from the R help mailing list archive at Nabble.com.
2012 Sep 14
1
Parallel R
Hi there, I have a largish optimisation problem (10 years of daily observations). I want to optimise between 4 and 6 parameters. I'd like to utilise parallel computing if I can as I will have to run it with different starting values etc. I have a quad core PC with 16GB ram running windows 7. Having done a little reading it seems the two best options for me are: 1.) Use the academic
2011 May 23
6
Reading Data from mle into excel?
Hi there, I ran the following code: vols=read.csv(file="C:/Documents and Settings/Hugh/My Documents/PhD/Swaption vols.csv" , header=TRUE, sep=",") X<-ts(vols[,2]) #X dcOU<-function(x,t,x0,theta,log=FALSE){ Ex<-theta[1]/theta[2]+(x0-theta[1]/theta[2])*exp(-theta[2]*t) Vx<-theta[3]^2*(1-exp(-2*theta[2]*t))/(2*theta[2]) dnorm(x,mean=Ex,sd=sqrt(Vx),log=log) }
2015 Jan 09
4
pop3 seen
Hi Is there a way to know if a message has been dowloaded via pop3 and not seen via imap ?
2012 Sep 23
3
Confused by code?
x<-matrix(c(1,0,0,0,1,0,0,0,1),nrow=3) > y<-matrix(c(0,0,0,1,0,0,1,1,0),nrow=3) > z<-matrix(c(0,1,0,0,1,0,1,0,0),nrow=3) > x[z]<-y[z] The resultant matrix x is all zeros except for the last two diagonal cells which are 1's. While y is lower triangualr 0's with the remaining cells all ones. I really don't understand how this deceptively simple looking piece of
2009 Feb 19
2
Source code for nlm()
Hi, Where can I find the source code for nlm()? I dowloaded the R2.8.1.tar.gz file and looked at all the .c and .f files, but couldn't find either nlm.c or nlm.f There is an nlm.r file, but that is not useful. Thanks for any help, Ravi. ---------------------------------------------------------------------------- ------- Ravi Varadhan, Ph.D. Assistant Professor, The Center on Aging
2003 Sep 30
2
shared object
Dear R-helper, I have one question for creating shared objects (C code) on Unix. Since there is a set of softwares (such as Rtools, Perl, etc.) to be dowloaded for generating shared objects on windows, I am wondering whether I need to install a set of these kind of softwares to generating shared objects on unix. Assume I have a c code called foo.c, I just simly typed R CMD SHLIB foo.c it tells
2001 Oct 16
5
help me
Hy, I have dowloaded the R-version for Windows. I would want to plot different pictures on the same device, but I am not able to do it (i.e I would like make 2 qqplot on the same graphic). Can you help me? Thanks in advance Davide reply to: d.tarfanelli at libero.it -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2014 Aug 04
3
[LLVMdev] Publication: Languages Used in LLVM During Compilation
Hello, for one course at our Brno University of Technology, I made a presentation about languages used in LLVM during compilation. I think also other may find it useful, so I am sending it here, so you can add it somewhere on the web if you will would like to. It is not exactly a publication, rather lecture slides. Title: Languages Used in LLVM During Compilation Date: 30th April 2014
2012 Apr 01
1
Error in xy.coords(x, NULL, log = log) : (list) object cannot be coerced to type 'double'
Hi there, When I run the code below I get the error Error in xy.coords(x, NULL, log = log) :(list) object cannot be coerced to type 'double' Any tips how I can resolve this? > > library("waveslim") > > vols=read.csv(file="C:/Users/ocuk/My Documents/Abs Vol.csv", header=TRUE, > sep=",") > x<-c(vols[,1]) > #x > #data(ibm) >
2007 Sep 18
1
Installing add-on packages
Admittedly, I don't have much experience with R. I have dowloaded and installed some add-on packages (leaps, for one). When I try to run the leaps function I get the following error: Error: could not find function "leaps" Any idea on what the problem could be? Thanks, -- John R Pleis
2011 Jul 01
1
[LLVMdev] where define the TARGET_80387 in md file ?
Hi, I am a beginner for LLVM, and now I am building LLVM-gcc 4.2.2.9 from dowloaded source. When generating gencondmd, the error occurs as follows: ../../llvm-gcc-4.2-2.9.source/gcc/config/i386/i386.md:9844: error: 'TARGET_80387' undeclared here (not in a function) but I use grep, there doesn't the definition for 'TARGET_80387' in the whole source dir. And in orginal gcc
2015 Jan 10
1
pop3 seen
Hi I will prefer some way to flag the messages when they are seen by pop and/or imap > On Friday, January 9, 2015, 1:25:55 PM, David wrote: > >> Hi > >> Is there a way to know if a message has been dowloaded via pop3 >> and not seen via imap ? > > I usually see such activity through monitoring of the Dovecot logs. >
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
dowloaded the latest libshout and icecast2 from cvs. I also downloaded ices-0.2.3.tar.gz from icecast.org for mp3 suport. Libshout compiled succesfully but when i tried to compile ices i received the following error. please help. <p>make[3]: *** [playlist.o] Error 1 make[3]: Leaving directory `/root/stream/ices-0.2.3/src/playlist' make[2]: *** [all-recursive] Error 1 make[2]: Leaving
2003 Mar 10
1
DLL error after update.packages
When updataing packages from CRAN, I got the following error message: updating HTML package descriptions Warning message: DLL attempted to change FPU control word from 8001f to 9001f Everything seems fine, the packages updated, just wondering what this was. R 1.6.2 on Windows 98. Details on the packages dowloaded are below. ________________________________________________ update.packages()
2010 Apr 27
1
Problem installing gtools package
Hello, I am attempting to install the gtools package, so that I can compute the permutations of a set. However, I having difficulties. My problems are: 1) When I use the GUI "Install package(s)" command, the package "gtools" does not appear in my list. 2) I dowloaded the package from http://cran.r-project.org/web/packages/gtools/ . I Then used the GUI command
2002 Apr 19
2
Problem with installation on Mandrake 8.1
Hi, I have dowloaded the rpm file for Mandrake 8.1 and when I try to install it a message asking for 'libblas.so.3' prompts out. I've search through www.rpmfind.net and freshmeat.net for the file, but I couldn't find it. System: Mandrake linux 8.1 AMD Duron Thanks in advance Antonio Rodr?guez -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-