Re: [R] Runtime error using ncdf

2013-08-19 Thread Camilo Mora
Hi Dave, I run into this problem with windows 7 and 8. I used the latest versions of r and ncdf as taken from icran. I found my way around this problem breaking the files but it is a petty that ncdf has this bug as it is a quite useful package. Thanks, Camilo Camilo Mora, Ph.D. Departmen

Re: [R] Runtime error using ncdf

2013-08-17 Thread David W. Pierce
Hi Camilo, you don't say what platform you are running on, but the version of the underlying netcdf library installed on your machine must have been properly compiled to enable access to files greater than 2GB. Otherwise, the R interface to the netcdf library cannot work with such files. You migh

[R] Runtime error using ncdf

2013-08-17 Thread Camilo Mora
HI everyone, I have encountered a problem while using ncdf to open nc files in R. I found in the internet several comments in the past but no solution. I could not find a direct solution but I found the source of the problem, if anyone may know where the solution could be, and an indirect

Re: [R] Runtime error in R

2013-08-14 Thread Camilo Mora
Thanks Jeff: I simplified my code and a single line in which I open a file causes this problem. The file opens well in another program and smaller files open just fine in R. So it seems the problem is with a default value somewhere for how big the files can be. I am suspicious of this as R

Re: [R] Runtime error in R

2013-08-13 Thread Jeff Newmiller
It would seem that in going to a 64 bit architecture you have not escaped your memory problems. Such problems are highly varied in details, so you would need to be much more specific about how you are encountering this problem before anyone could help. Read the Posting Guide and make a reproduci

[R] Runtime error in R

2013-08-13 Thread Camilo Mora
Hi everyone: I am running a code in R and I get the following message after using large files (files larger than 2GB): "Runtime error! this application has requested the Runtime to terminate it in an usual way. Please contact the application's support team for more information" Another perso

Re: [R] Runtime Error with multinom

2009-07-31 Thread Prof Brian Ripley
Well, I get multinom(formula(data),data=data[Z,]) # weights: 6 (0 variable) initial value 0.00 final value 0.00 converged Call: multinom(formula = formula(data), data = data[Z, ]) Coefficients: (Intercept) factor2f factor2g factor2h size Residual Deviance: 0 AIC: 0 Warning mes

Re: [R] Runtime Error with multinom

2009-07-20 Thread Uwe Ligges
Andreas Wittmann wrote: Dear R-users, i try to fit a multinomial model in order to get an imputation for a missing value in factor1. library(nnet) factor1 <- factor(c("a","b","c","d")) factor2 <- factor(c("e","f","g","h")) size <- c(3,8,2,1) factor1[3] <- NA Z<-ifelse(is.na(factor1), 0, 1)

[R] Runtime Error with multinom

2009-07-14 Thread Andreas Wittmann
Dear R-users, i try to fit a multinomial model in order to get an imputation for a missing value in factor1. library(nnet) factor1 <- factor(c("a","b","c","d")) factor2 <- factor(c("e","f","g","h")) size <- c(3,8,2,1) factor1[3] <- NA Z<-ifelse(is.na(factor1), 0, 1) assign("data", cbind.data

Re: [R] Runtime Error! Keep on happening while using amap, anacor and ca pckg

2009-05-18 Thread Antoine
Hi, Thanks for this detailed bug, I have fixed it. I upload a patch on cran (amap with version 0.8-3) Antoine. On Mon, 18 May 2009 14:20:21 +0200 Uwe Ligges wrote: > After Ana Kolar sent me some code in a private mesage: > > I reduced that to a minimal example that crashed R - due to a bug

Re: [R] Runtime Error! Keep on happening while using amap, anacor and ca pckg

2009-05-18 Thread Uwe Ligges
After Ana Kolar sent me some code in a private mesage: I reduced that to a minimal example that crashed R - due to a bug in amap - hence CCing the amap maintainer to whom the original report should have gone anyway: The function matlogic() in package amap, or more particular the call to:

Re: [R] Runtime Error! Keep on happening while using amap, anacor and ca pckg

2009-05-18 Thread Uwe Ligges
Ana Kolar wrote: Hi there dear R users, Does anyone have any idea what the following error means and how to sort it out? Runtime Error! Program: C\Program Files\R\R-2.9.0\bin\Rgui.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the appli

[R] Runtime Error! Keep on happening while using amap, anacor and ca pckg

2009-05-18 Thread Ana Kolar
Hi there dear R users, Does anyone have any idea what the following error means and how to sort it out? Runtime Error! Program: C\Program Files\R\R-2.9.0\bin\Rgui.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team

[R] Runtime error

2008-03-02 Thread Gwénaël Leday
Hi everybody! I try to implements Self-Organizing Maps with R and the Kohonen package. I have made an algorithm that try differents width and height. For each step, Silhouette index, Davies-Bouldin index and Dunn index are computed. However, there is always after severals minutes a *Runtime error*