[R] R Crashes with .C

2016-06-28 Thread David .
Hi everyone, I'm a beginner in R and I'm trying to load a .dll file, named dll.dll, that's written in C, into R. It seems to work, now I want to use the functions that are stored in the .dll file and I encounter problems. I've searched for a solution or other method in manuals, here and on goo

Re: [R] R crashes upon changing directories, loading files, etc.

2015-04-06 Thread Nicole Ford
Yes, it definitely is the GUI as it works just fine when I load data using a file path. I can work around it, thankfully, but it would be great if this issue could be fixed. I suspected Yosemite as it's given me multiple problems since install. Thanks for the input. Hopefully someone with th

Re: [R] R crashes upon changing directories, loading files, etc.

2015-04-06 Thread peter dalgaard
> On 06 Apr 2015, at 22:17 , Prof Brian Ripley wrote: > > Nicole Ford wrote: [snip] >> >> I found a page where people were indicating they had this issue, but there >> was no one responding with a fix. see below: >> >> bugs.r-project.org/bugzilla/show_bug.cgi?id=14240 > > Which is about Wi

Re: [R] R crashes upon changing directories, loading files, etc.

2015-04-06 Thread Prof Brian Ripley
It seems this is not R but R.app (the separate project providing an OS X console: see the 'R Installation and Administration' manual). If so, the only appropriate list is R-sig-Mac (see the posting guide). On 06/04/2015 19:14, Nicole Ford wrote: Hello, I am experiencing an issue, repeatedly,

[R] R crashes upon changing directories, loading files, etc.

2015-04-06 Thread Nicole Ford
Hello, I am experiencing an issue, repeatedly, which began today. Example code: load(file.choose()) ##sometimes it crashes here/ endless spinner/ other times I can get through. or: i go up to options at the top to set wd, or select ‘file’ -> ‘open’ and it will do the same thing. I found a

Re: [R] R crashes when I run rgeos::gDistance

2015-03-03 Thread Roger Bivand
Adrian Torchiana gmail.com> writes: > > Hi, > > This is my first post to R-help. I'm having trouble getting rgeos to work. R-help is arguably too general to help, please ask questions of this kind on R-sig-geo. > > Info on the server and packages I'm using: > ... > $ *rpm -qa | grep geos*

[R] R crashes when I run rgeos::gDistance

2015-03-02 Thread Adrian Torchiana
Hi, This is my first post to R-help. I'm having trouble getting rgeos to work. Info on the server and packages I'm using: $ *uname -a* Linux some-server.somewhere.com 2.6.32-431.11.2.el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ *R --version* R version 3.0.2 (

Re: [R] R crashes with "Error in UseMethod("depth")" when resizing ggplot windows

2015-02-24 Thread Duncan Murdoch
On 24/02/2015 4:13 PM, Eike Petersen wrote: > Hello everyone, > > Quite frequently I encounter crashes when resizing ggplot windows. The > error message is always as follows: > >> Error in UseMethod("depth") : >> no applicable method for 'depth' applied to an object of class "NULL" >> >> Process

[R] R crashes with "Error in UseMethod("depth")" when resizing ggplot windows

2015-02-24 Thread Eike Petersen
Hello everyone, Quite frequently I encounter crashes when resizing ggplot windows. The error message is always as follows: > Error in UseMethod("depth") : > no applicable method for 'depth' applied to an object of class "NULL" > > Process R exited abnormally with code 255 at Tue Feb 24 21:51:18

Re: [R] R crashes with memory errors on a 256GB machine (and system shoes only 60GB usage)

2014-01-04 Thread Milan Bouchet-Valat
Le vendredi 03 janvier 2014 à 22:40 +0200, Xebar Saram a écrit : > Hi again and thank you all for the answers > > i need to add that im a relatively R neewb so i apologize in advance > > i started R with the --vanilla option and ran gc() > > this is the output i get: > > > gc() > used

Re: [R] R crashes with memory errors on a 256GB machine (and system shoes only 60GB usage)

2014-01-03 Thread jim holtman
It would help to know the sizes of the objects that have in your workspace and also provide the 10 prior lines of your script at the point of the error so that we can see what you are trying to do. The following commands will list out the sizes of the objects: cbind(sapply(ls(), function(x){

Re: [R] R crashes with memory errors on a 256GB machine (and system shoes only 60GB usage)

2014-01-03 Thread Xebar Saram
Hi again and thank you all for the answers i need to add that im a relatively R neewb so i apologize in advance i started R with the --vanilla option and ran gc() this is the output i get: > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 182236 9.8 407500 21.8 35 18.7 V

Re: [R] R crashes with memory errors on a 256GB machine (and system shoes only 60GB usage)

2014-01-02 Thread Milan Bouchet-Valat
Le jeudi 02 janvier 2014 à 09:07 +0200, Xebar Saram a écrit : > Hi All, > > I have a terrible issue i cant seem to debug which is halting my work > completely. I have R 3.02 installed on a linux machine (arch linux-latest) > which I built specifically for running high memory use models. the system

Re: [R] R crashes with memory errors on a 256GB machine (and system shoes only 60GB usage)

2014-01-02 Thread Max Kuhn
Describing the problem would help a lot more. For example, if you were using some of the parallel processing options in R, this can make extra copies of objects and drive memory usage up very quickly. Max On Thu, Jan 2, 2014 at 3:35 PM, Ben Bolker wrote: > Xebar Saram gmail.com> writes: > > >

Re: [R] R crashes with memory errors on a 256GB machine (and system shoes only 60GB usage)

2014-01-02 Thread Ben Bolker
Xebar Saram gmail.com> writes: > > Hi All, > > I have a terrible issue i cant seem to debug which is halting my work > completely. I have R 3.02 installed on a linux machine (arch linux-latest) > which I built specifically for running high memory use models. the system > is a 16 core, 256 GB RA

[R] R crashes with memory errors on a 256GB machine (and system shoes only 60GB usage)

2014-01-01 Thread Xebar Saram
Hi All, I have a terrible issue i cant seem to debug which is halting my work completely. I have R 3.02 installed on a linux machine (arch linux-latest) which I built specifically for running high memory use models. the system is a 16 core, 256 GB RAM machine. it worked well at the start but in th

Re: [R] R crashes with >kud<-kernelUD(data, h="LSCV") script

2012-06-21 Thread Peter Ehlers
On 2012-06-21 04:25, Amanda Kuepfer wrote: Hi, I am looking to perform a kernel density analysis in R, following the script that a friend of mine is using successfully. However, unlike for her, when I enter>kud<-kernelUD(data, h="LSCV"), R crashes and closes every time. This does not happen wh

Re: [R] R crashes with >kud<-kernelUD(data, h="LSCV") script

2012-06-21 Thread R. Michael Weylandt
Hi Amanda, I can't reproduce this without your data set. Would it be possible for you to give us dput(head(data, 20)) if you need further help? Also, if you could supply the output of sessionInfo()? That's often helpful for anything that "crashes" [that term means many things to different people

[R] R crashes with >kud<-kernelUD(data, h="LSCV") script

2012-06-21 Thread Amanda Kuepfer
Hi,  I am looking to perform a kernel density analysis in R, following the script that a friend of mine is using successfully. However, unlike for her, when I enter >kud<-kernelUD(data, h="LSCV"), R crashes and closes every time. This does not happen when I perform a different kernel analysis

Re: [R] R crashes due to stats.dll

2012-03-20 Thread Kamil Bartoń
Dnia 2012-03-18 01:15, Ted Stankowich pisze: Hello! I've been running a looped AIC analysis using several modules including ape, nlme, and MuMIn, and during one particularly long analysis, R (ver 2.14.12) crashes several minutes into the routine with the simple message "R for windows GUI front-

Re: [R] R crashes due to stats.dll

2012-03-18 Thread Duncan Murdoch
On 12-03-17 8:15 PM, Ted Stankowich wrote: Hello! I've been running a looped AIC analysis using several modules including ape, nlme, and MuMIn, and during one particularly long analysis, R (ver 2.14.12) crashes several minutes into the routine with the simple message "R for windows GUI front-end

Re: [R] R crashes due to stats.dll

2012-03-18 Thread Uwe Ligges
On 18.03.2012 01:15, Ted Stankowich wrote: Hello! I've been running a looped AIC analysis using several modules including ape, nlme, and MuMIn, and during one particularly long analysis, R (ver 2.14.12) crashes several minutes into the routine with the simple message "R for windows GUI front-en

[R] R crashes due to stats.dll

2012-03-18 Thread Ted Stankowich
Hello! I've been running a looped AIC analysis using several modules including ape, nlme, and MuMIn, and during one particularly long analysis, R (ver 2.14.12) crashes several minutes into the routine with the simple message "R for windows GUI front-end has stopped working". I'm using a brand

Re: [R] R crashes when communicating with JAGS

2011-08-11 Thread Uwe Ligges
Works for me with JAGS 3.1.0. Uwe Ligges On 11.08.2011 14:09, David Wooff wrote: There is a thread on this topic already: http://finzi.psych.upenn.edu/Rhelp10/2010-August/250934.html I'm rather mystified by a similar problem and wondering whether I've overlooked something obvious. I'm running

[R] R crashes when communicating with JAGS

2011-08-11 Thread David Wooff
There is a thread on this topic already: http://finzi.psych.upenn.edu/Rhelp10/2010-August/250934.html I'm rather mystified by a similar problem and wondering whether I've overlooked something obvious. I'm running with latest versions of R and all packages, and latest version of JAGS running und

[R] R crashes with 'nlme' and corStruct

2011-06-20 Thread Andreea Borla
Hello, I would like to fit correlation structures with nlme, but R crashes. My data is similar to the "growth of orange trees" example from Pinheiro and Bates (2000), but data are not equally spaced in time, as the last observation is taken after 6 days ( and not 2 as the others). This is the cod

Re: [R] R Crashes when using "large" matrices (Ubuntu 11.04)

2011-06-04 Thread Douglas Bates
On Fri, Jun 3, 2011 at 7:03 PM, Matias Salibian-Barrera wrote: > Hello, > > This simple SVD calculation (commands are copied immediately below) crashes > on my Ubuntu machine (R 2.13.0). However it works fine on my Windows 7 > machine, so I suspect there's a problem with (my?) Ubuntu and / or R.

Re: [R] R Crashes when using "large" matrices (Ubuntu 11.04)

2011-06-04 Thread Prof. John C Nash
93 > Date: Fri, 3 Jun 2011 18:55:06 -0700 (PDT) > From: Matias Salibian-Barrera > To: "R-help@r-project.org" > Subject: [R] R Crashes when using "large" matrices (Ubuntu 11.04) > Message-ID: <75655.88533...@web161614.mail.bf1.yahoo.com> > Content-Type: te

Re: [R] R Crashes when using "large" matrices (Ubuntu 11.04)

2011-06-03 Thread Prof Brian Ripley
On Fri, 3 Jun 2011, Matias Salibian-Barrera wrote: Hello, This simple SVD calculation (commands are copied immediately below) crashes on my Ubuntu machine (R 2.13.0). However it works fine on my Windows 7 machine, so I suspect there's a problem with (my?) Ubuntu and / or R. Can anybody else

[R] R Crashes when using "large" matrices (Ubuntu 11.04)

2011-06-03 Thread Matias Salibian-Barrera
Sorry for re-posting, but the original one ended up inside a previous and unrelated thread. -- Matias - Hello, This simple SVD calculation (commands are copied immediately below) crashes on my Ubuntu machine (R 2.13.0). However it works fine on my Windows 7 machine, so I suspect there's a

[R] R Crashes when using "large" matrices (Ubuntu 11.04)

2011-06-03 Thread Matias Salibian-Barrera
Hello, This simple SVD calculation (commands are copied immediately below) crashes on my Ubuntu machine (R 2.13.0). However it works fine on my Windows 7 machine, so I suspect there's a problem with (my?) Ubuntu and / or R. Can anybody else reproduce it (with Ubuntu 11.04)? Thanks in advance.

Re: [R] R crashes when loading rgl package before minqa package

2010-10-21 Thread ippopappo
Hi! I have been using R for two years, but since last week I have a problem with rgl, using R 2.12 on Ubuntu 10.04. In fact, when I load rgl with library(), before any other command, I have the following error message. Could anybody help me? Thanks in advance, # + library(rgl) ***

Re: [R] R crashes when loading rgl package before minqa package

2010-09-30 Thread Katharine Mullen
Date: Thursday, September 30, 2010 11:43 am Subject: Re: [R] R crashes when loading rgl package before minqa package To: r-help@r-project.org Hej, On Thu, 30 Sep 2010, Ravi Varadhan wrote: >I get this on Windows (it does not crash): > >>library(minqa) >>library(rgl) >>

Re: [R] R crashes when loading rgl package before minqa package

2010-09-30 Thread Ravi Varadhan
equeux Date: Thursday, September 30, 2010 11:43 am Subject: Re: [R] R crashes when loading rgl package before minqa package To: r-help@r-project.org > Hej, > > On Thu, 30 Sep 2010, Ravi Varadhan wrote: > > >I get this on Windows (it does not crash): > > > >>

Re: [R] R crashes when loading rgl package before minqa package

2010-09-30 Thread Gaspard Lequeux
ate: Thursday, September 30, 2010 10:15 am Subject: Re: [R] R crashes when loading rgl package before minqa package To: Gaspard Lequeux Cc: r-help@r-project.org I get this on Windows (it does not crash): > library(minqa) > library(rgl) > newuoa(initpar, optimft) Error in newuoa(init

Re: [R] R crashes when loading rgl package before minqa package

2010-09-30 Thread Gaspard Lequeux
Ravi Varadhan, Ph.D. Assistant Professor, Division of Geriatric Medicine and Gerontology School of Medicine Johns Hopkins University Ph. (410) 502-2619 email: rvarad...@jhmi.edu - Original Message - From: Gaspard Lequeux Date: Wednesday, September 29, 2010 11:40 am Subject: [R] R crashes

Re: [R] R crashes when loading rgl package before minqa package

2010-09-30 Thread Ravi Varadhan
ginal Message - From: Ravi Varadhan Date: Thursday, September 30, 2010 10:15 am Subject: Re: [R] R crashes when loading rgl package before minqa package To: Gaspard Lequeux Cc: r-help@r-project.org > I get this on Windows (it does not crash): > > > library(minqa) > > l

Re: [R] R crashes when loading rgl package before minqa package

2010-09-30 Thread Ravi Varadhan
ail: rvarad...@jhmi.edu - Original Message - From: Gaspard Lequeux Date: Wednesday, September 29, 2010 11:40 am Subject: [R] R crashes when loading rgl package before minqa package To: r-help@r-project.org > Hej, > > Calling newuoa (from the minqa package) makes R crash when the >

Re: [R] R crashes when loading rgl package before minqa package

2010-09-30 Thread Ben Bolker
Gaspard Lequeux biomath.ugent.be> writes: > Calling newuoa (from the minqa package) makes R crash when > the package rgl > is loaded first. This however only on certain selected data. > > The data used for testing (saved to 'bugs.R'): > > xvals = c(1,2,4,5,7,8,9,10,11,12,14,15,16,18,19,21,22,

[R] R crashes when loading rgl package before minqa package

2010-09-29 Thread Gaspard Lequeux
Hej, Calling newuoa (from the minqa package) makes R crash when the package rgl is loaded first. This however only on certain selected data. The data used for testing (saved to 'bugs.R'): xvals = c(1,2,4,5,7,8,9,10,11,12,14,15,16,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36) yval

Re: [R] R crashes when communicating with JAGS

2010-08-31 Thread Ben Bolker
Florian Weiler wrote: > Thanks for your answer, Ben. Indeed I tried to use the newest R > version, but just to be sure I tried it again just now, with the same > result, i.e. R crashes. Unfortunately I cannot even look at the system > configurations as this is a university computer and they (stupid

Re: [R] R crashes when communicating with JAGS

2010-08-31 Thread Florian Weiler
Thanks for your answer, Ben. Indeed I tried to use the newest R version, but just to be sure I tried it again just now, with the same result, i.e. R crashes. Unfortunately I cannot even look at the system configurations as this is a university computer and they (stupidly) don't give us administrato

Re: [R] R crashes when communicating with JAGS

2010-08-30 Thread Ben Bolker
Florian Weiler johnshopkins.it> writes: > First I create some data: > N <- 1000 > x <- rnorm(N, 0, 5) > > Then I specify a model in JAGS, storing it in the directory with the > extension .bug: > model { > for (i in 1:N) { > x[i] ~ dnorm(mu, tau) ## the model > } >

Re: [R] R crashes when communicating with JAGS

2010-08-30 Thread Florian Weiler
Hi again, I was asked to provide some code. Well, in my case it doesn't really matter which example I use, so I just write down a very basic and canned example: First I create some data: N <- 1000 x <- rnorm(N, 0, 5) Then I specify a model in JAGS, storing it in the directory with the extension

[R] R crashes when communicating with JAGS

2010-08-30 Thread Florian Weiler
Dear all, I have a question regarding using JAGS and R. My problem is that every single time I want to call JAGS from R the latter crashes (i.e. it turns pale and the Windows tells me "R has stopped working". Strangely, if there is a mistake in my jags code, this will be reported without a crash.

Re: [R] R crashes with large vectors

2010-07-09 Thread Ben Bolker
Jeremie Smaga 4ecap.com> writes: > > Good afternoon, > > I have been experiencing a lot of crashes working with large vectors in R. > > Specifically, I am using XTS of length of minimum 120k elements. > > My problem is that I cannot display the vector (otherwise R crashes), I > cannot plot it

Re: [R] R crashes with large vectors

2010-07-09 Thread Tengfei Yin
Hi Jeremie, Maybe you can take a look at the bigmemory package. If you have multi core or have access to clusters, you may want to use any parallel computing strategy. For plotting of large data, if you are using basic R graphics, first try to use "line" instead of using 'point', if this still

[R] R crashes with large vectors

2010-07-09 Thread Jeremie Smaga
Good afternoon, I have been experiencing a lot of crashes working with large vectors in R. Specifically, I am using XTS of length of minimum 120k elements. My problem is that I cannot display the vector (otherwise R crashes), I cannot plot it either (otherwise R crashes). That could be solved by

Re: [R] R crashes

2009-10-30 Thread cls59
premmad wrote: > > Windows XP 32 bit machine. > allocated 2gb as memory for R 2.9.2 > data will be 20mb and was running calculations on the data . > but the r crashes with out any warning or so. > Ahh, well 20 MB is not huge data for R, so there should be no problem with processing it. The pe

Re: [R] R crashes

2009-10-30 Thread Romain Francois
On 10/30/2009 05:17 AM, premmad wrote: Windows XP 32 bit machine. allocated 2gb as memory for R 2.9.2 can you try again whatever you do with 2.10.0 data will be 20mb and was running calculations on the data . but the r crashes with out any warning or so. That is a bit better, but nowhere n

Re: [R] R crashes

2009-10-30 Thread premmad
Windows XP 32 bit machine. allocated 2gb as memory for R 2.9.2 data will be 20mb and was running calculations on the data . but the r crashes with out any warning or so. -- View this message in context: http://old.nabble.com/R-crashes-tp26110355p26124740.html Sent from the R help mailing list a

Re: [R] R crashes

2009-10-29 Thread cls59
premmad wrote: > > My R crashes frequently when run with huge data. > I'm afraid this is nowhere near enough information for anyone on this list to provide any sort of meaningful insight. At the very least we need to know: * What operating system are you using? * Specifically, for "lar

Re: [R] R crashes

2009-10-29 Thread Rolf Turner
On 29/10/2009, at 11:13 PM, premmad wrote: My R crashes frequently when run with huge data. Isn't that ***fascinating***!!! cheers, Rolf Turner ## Attention:\ This e-mail message is privileged and

Re: [R] R crashes

2009-10-29 Thread John Kane
And PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. --- On Thu, 10/29/09, premmad wrote: > From: premmad > Subject: [R] R crashes > To: r-help@r-project.org > Received: Thursday

[R] R crashes

2009-10-29 Thread premmad
My R crashes frequently when run with huge data. -- View this message in context: http://www.nabble.com/R-crashes-tp26110355p26110355.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz

Re: [R] R crashes when packages 'impute' and 'GeneMeta' are used together.

2009-09-22 Thread Vassilis Golfinopoulos
you all and I apologize for the inappropriate use of your time. - Original Message - From: "Duncan Murdoch" To: "Vassilis Golfinopoulos" Cc: Sent: Monday, September 21, 2009 5:13 PM Subject: Re: [R] R crashes when packages 'impute' and 'GeneMeta' a

Re: [R] R crashes when packages 'impute' and 'GeneMeta' are used together.

2009-09-21 Thread Duncan Murdoch
On 9/21/2009 9:18 AM, Vassilis Golfinopoulos wrote: Well, the title says all for this one. It seems to crash the R-console, so it happens whether I use the R-gui or R-console directly or Emacs with ESS. Not for me. (But as Hadley said, you didn't explain what you needed to do to trigger the c

Re: [R] R crashes when packages 'impute' and 'GeneMeta' are used together.

2009-09-21 Thread hadley wickham
> Well, the title says all for this one. Not really. What do you mean by crash? What do you mean by used together? Hadley -- http://had.co.nz/ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the post

[R] R crashes when packages 'impute' and 'GeneMeta' are used together.

2009-09-21 Thread Vassilis Golfinopoulos
Well, the title says all for this one. It seems to crash the R-console, so it happens whether I use the R-gui or R-console directly or Emacs with ESS. I have R 2.9.0 on Windows Vista. Thanks, Vassilis __ R-help@r-project.org mailing list https://stat.e

[R] R crashes while appending to a created table from SQL Server

2009-03-18 Thread Seeliger . Curt
Folks, The code below reliably crashes an R 2.8.1 session on XP when connected to an SQL Server 2005 database. The problem arises when appending data using sqlSave() with rownames=FALSE to a table that had been previously created with rownames=TRUE. Certainly it's daft to do this as a regular

[R] R crashes when using the RODBC Package

2009-02-13 Thread Bill Cunliffe
Hi, I’ve written some code that fetches data from an Access Database (2003), processes the data, then saves the modified data back into a table in the Access database. It works if I only pass through the code once, but if I put a loop around the code so that I fetch data from a different source t

[R] R crashes when using the RODBC Package

2009-01-30 Thread Bill Cunliffe
Hi, I've written some code that fetches data from an Access Database (2003), processes the data, then saves the modified data back into a table in the Access database. It works if I only pass through the code once, but if I put a loop around the code so that I fetch data from a different so

[R] R crashes when using the RODBC Package

2009-01-26 Thread Bill Cunliffe
Hi, I've written some code that fetches data from an Access Database (2003), processes the data, then saves the modified data back into a table in the Access database. It works if I only pass through the code once, but if I put a loop around the code so that I fetch data from a different so

Re: [R] Call a Fortran subroutine with R: R crashes

2008-08-18 Thread Prof Brian Ripley
On Mon, 18 Aug 2008, Zornitsa Luleva wrote: Hello, I am trying to call a FORTRAN subroutine within R and something really strange happens: Did you read the posting guide? It suggests the R-devel list for questions about 'C, C++ etc', and Fortran is part of the 'etc'. I have a dll-library

Re: [R] Call a Fortran subroutine with R: R crashes

2008-08-18 Thread Peter Dalgaard
Zornitsa Luleva wrote: > Hello, > > I am trying to call a FORTRAN subroutine within R and something really > strange happens: > > I have a dll-library, that I load with dyn.load('mpbvv.dll'). I have checked > the [Ordinal/Name Pointer] Table for the function within the library that I > want to call

[R] Call a Fortran subroutine with R: R crashes

2008-08-18 Thread Zornitsa Luleva
Hello, I am trying to call a FORTRAN subroutine within R and something really strange happens: I have a dll-library, that I load with dyn.load('mpbvv.dll'). I have checked the [Ordinal/Name Pointer] Table for the function within the library that I want to call - it is there (objdump - p mpbvv.dll

[R] R crashes in Leopard

2007-12-10 Thread Keith Jones
Hi, I have upgraded to Leopard and I just installed 2.6.1. I opened R and then I opened package installer and clicked "get List". After about five seconds R stopped responding. and Leopard reported that R had stopped responding and wanted to sent a report to Apple. What do I need to do get

Re: [R] R crashes using quantreg censored estimation (method fcen)

2007-11-29 Thread roger koenker
.de/quantreg/data_test.RData > > > > > > > -----Ursprüngliche Nachricht- > Von: Gavin Simpson [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 29. November 2007 11:45 > An: Malte Brockmann > Cc: [EMAIL PROTECTED] > Betreff: Re: [R] R crashes using quantreg c

Re: [R] R crashes using quantreg censored estimation (method fcen)

2007-11-29 Thread Malte Brockmann
sprüngliche Nachricht- Von: Gavin Simpson [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. November 2007 11:45 An: Malte Brockmann Cc: [EMAIL PROTECTED] Betreff: Re: [R] R crashes using quantreg censored estimation (method fcen) On Thu, 2007-11-29 at 09:09 +0100, Malte Brockmann wrote: &

Re: [R] R crashes using quantreg censored estimation (method fcen)

2007-11-29 Thread Gavin Simpson
On Thu, 2007-11-29 at 09:09 +0100, Malte Brockmann wrote: > Dear List, > > my R session crashes if I repeatedly run the summary function on a > quantreg object generated using the censored estimation method or if I > set the number of bootstrap repititions reasonably high. Are there any > known in

[R] R crashes using quantreg censored estimation (method fcen)

2007-11-29 Thread Malte Brockmann
Dear List, my R session crashes if I repeatedly run the summary function on a quantreg object generated using the censored estimation method or if I set the number of bootstrap repititions reasonably high. Are there any known incompabilities between quantreg and Windows Vista & AMD64? The erro

[R] R Crashes on certain calls of Adapt

2007-11-14 Thread Omkar Muralidharan
I'm having trouble with adapt. I'm trying to use it in a Bayesian setting, to integrate the posterior distribution, and to find posterior means. I tried using the following script, and things went ok: data = rnorm(100,0.2,1.1) data = c(data,rnorm(10,3,1)) data = data[abs(data)<2*sd(data)] prior =