Re: [R] Problem with R coding

2024-03-12 Thread Ivan Krylov via R-help
В Tue, 12 Mar 2024 14:57:28 + CALUM POLWART пишет: > That's almost certainly going to be either the utf-8 character in the > path The problem, as diagnosed by Maria in the first post of the thread, is that the user home directory as known to R is stored in the ANSI encoding instead of

Re: [R] Problem with R coding

2024-03-12 Thread Iris Simmons
Hi Maria, I had something similar on my Windows work laptop at some point where the home directory was something containing non ASCII characters. The easy solution is to copy said directly from the file explorer into utils::shortPathName, and then set that as the home directory. In my case, >

Re: [R] Problem with R coding

2024-03-12 Thread CALUM POLWART
That's almost certainly going to be either the utf-8 character in the path OR the use of one drive which isn't really a subfolder as I understand it. When I've had these issues in the past, I've been able to mount a drive (say U:/ ) which sites further down /up the folder tree so that R just

Re: [R] Problem with R coding

2024-03-12 Thread Ivan Krylov via R-help
Dear Maria, I'm sorry for somehow completely missing the second half of your message where you say that you've already tried the workaround. В Tue, 12 Mar 2024 07:43:08 + Maria Del Mar García Zamora пишет: > I have tried to start R from CDM using: C:\Users\marga>set >

Re: [R] Problem with R coding

2024-03-12 Thread Ivan Krylov via R-help
В Tue, 12 Mar 2024 07:43:08 + Maria Del Mar García Zamora пишет: > Error: package or namespace load failed for ‘Rcmdr’: > .onLoad failed in loadNamespace() for 'tcltk2', details: > call: file.exists("~/.Rtk2theme") > error: file name conversion problem -- name too long? > > Once this

Re: [R] Problem with R coding

2024-03-12 Thread Rui Barradas
Às 07:43 de 12/03/2024, Maria Del Mar García Zamora escreveu: Hello, This is the error that appears when I try to load library(Rcmdr). I am using R version 4.3.3. I have tried to upload the packages, uninstall them and intalling them again and nothing. Loading required package: splines

Re: [R] Problem in R code

2023-11-09 Thread Ivan Krylov
В Wed, 8 Nov 2023 16:03:15 +0530 Crown Flame пишет: > for(i in 1:8) > { > LST_city <- extract(LST, c(lon[i],lat[i]), fun = mean, buffer = > 1, na.rm = TRUE) #error > } Three things you might need to change: 1. You are trying to assign the output of extract() to the same variable

[R] Problem in R code

2023-11-09 Thread Crown Flame
Good afternoon, I have been working on my thesis project on the topic "Urban Heat Island Pattern in India". To achieve the results I am applying a* two-dimensional Gaussian fit* on an LST raster of 1 km spatial resolution but I am facing two errors in the following code. library(raster) LST <-

Re: [R] Problem installing R 4.2 on Ubuntu 20-04

2022-07-25 Thread Micha Silver
Just a guess: On 25/07/2022 17:43, Witold E Wolski wrote: I am failing to get R 4 installed on Ubuntu. I am following the instructions given here: https://cran.r-project.org/bin/linux/ubuntu/ These are the errors I am getting: parallels@ubuntu-linux-20-04-desktop:~/Downloads/fragpipe/bin$

Re: [R] Problem installing R 4.2 on Ubuntu 20-04

2022-07-25 Thread Bert Gunter
Better posted on R-sig-debian, I think. Cheers, Bert On Mon, Jul 25, 2022 at 7:44 AM Witold E Wolski wrote: > I am failing to get R 4 installed on Ubuntu. I am following the > instructions given here: > https://cran.r-project.org/bin/linux/ubuntu/ > > These are the errors I am getting: > >

Re: [R] problem downloading R

2021-03-05 Thread Abby Spurdle
This was quite some time ago. Namely, 2019. At the time, I was using a mix of old Windows 8 and 9 computers. The problem happened on Windows 8, but not Windows 9. Note that I was trying to help the OP. Beyond that, I'm not concerned about it. On Fri, Mar 5, 2021 at 9:30 PM Uwe Ligges wrote: >

Re: [R] problem downloading R

2021-03-05 Thread Uwe Ligges
Sounds like you always got corrupted vesions. Either an issue with your connection or the mirror. What happens if you try another mirror and clear your browser caches? Best, Uwe Ligges On 05.03.2021 08:58, Abby Spurdle wrote: Does the following sound familiar? The Windows installer starts

Re: [R] problem downloading R

2021-03-04 Thread Abby Spurdle
Does the following sound familiar? The Windows installer starts installing (or decompressing) R, flashing one file name at a time. And then, part way through, says file is corrupt, and gives you the choice to ignore. And if you click ignore, then the next file does the same thing. And one

Re: [R] problem downloading R

2021-03-04 Thread Duncan Murdoch
On 04/03/2021 11:02 a.m., Dick Mathews wrote: I am trying to download the Windows version of R. This computer is Win7, I do have Win10 computers also. Tried R4.0.4, got message these files are corrupted. Then tried R4.0.3, got same message as above. Tried the next, R4.0.2, got same message.

Re: [R] problem downloading R

2021-03-04 Thread Jeff Newmiller
Not much. Try a different mirror site. Try disabling anti-virus download filters. If you are using a cloud-backed directory like OneDrive, try downloading and installing on a standard local disk. On March 4, 2021 8:02:43 AM PST, Dick Mathews wrote: >I am trying to download the Windows version

[R] problem downloading R

2021-03-04 Thread Dick Mathews
I am trying to download the Windows version of R. This computer is Win7, I do have Win10 computers also. Tried R4.0.4, got message these files are corrupted. Then tried R4.0.3, got same message as above. Tried the next, R4.0.2, got same message. I checked to see if I was downloading the

Re: [R] problem installing R and RStudio

2021-01-27 Thread Carlos Gonzalez
Thank you @LucyNjoki!!! Everything runs ok now. El mar, 26 de ene. de 2021 a la(s) 16:51, John Kane (jrkrid...@gmail.com) escribió: > A couple of Window solutions > >

Re: [R] problem installing R and RStudio

2021-01-26 Thread John Kane
A couple of Window solutions https://community.rstudio.com/t/problems-with-r-4-0-0-windows-error-package-or-namespace-load-failed-for-stats-in-indl-x-as-logical-local-as-logical-now/62958 https://github.com/rdotnet/rdotnet/issues/62 No idea if they are of any use. On Mon, 25 Jan 2021 at 19:43,

Re: [R] problem installing R and RStudio

2021-01-25 Thread Jeff Newmiller
Your installation of R seems broken. Since RStudio sometimes tries to simplify things and sometimes misses and we aren't typically up to speed with their latest procedures, please describe what you did to install R in terms related to the instructions on CRAN [1] and its install program. When

[R] problem installing R and RStudio

2021-01-25 Thread Carlos Gonzalez
Dear, I've just installed R and RStudio. Opening RStudio the following appears in the console. R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with

Re: [R] Problem reading R files

2018-04-20 Thread David Winsemius
> On Apr 19, 2018, at 11:21 PM, Jack Frazer wrote: > > Dear R Developers, > > I hope this email finds you well. > > As a newcomer to the world of R, I'm trying different exercises. In my way, > I faced with some, seemingly, trivial problems but there is not any > response

[R] Problem reading R files

2018-04-20 Thread Jack Frazer
Dear R Developers, I hope this email finds you well. As a newcomer to the world of R, I'm trying different exercises. In my way, I faced with some, seemingly, trivial problems but there is not any response for that around the web. So, I thought can get help from you. Specifically, in tutorial

Re: [R] Problem with r project in ubuntu xenial

2017-11-08 Thread Ista Zahn
with >> underscores between words, only dots. >> >> 2017-11-04 2:22 GMT+02:00 David Winsemius <dwinsem...@comcast.net>: >> >>> >>> > On Nov 3, 2017, at 5:09 PM, peter dalgaard <pda...@gmail.com> wrote: >>> > >>> > >

Re: [R] Problem with r project in ubuntu xenial

2017-11-07 Thread David Winsemius
>> "graph_from_adjacency_matrix". >> When I check igraph in packages dialog I can not see functions with >> underscores between words, only dots. >> >> 2017-11-04 2:22 GMT+02:00 David Winsemius <dwinsem...@comcast.net>: >> >>> >>>

Re: [R] Problem with r project in ubuntu xenial

2017-11-07 Thread George Balas
2:00 David Winsemius <dwinsem...@comcast.net>: > >> >> > On Nov 3, 2017, at 5:09 PM, peter dalgaard <pda...@gmail.com> wrote: >> > >> > >> >> On 3 Nov 2017, at 23:39 , George Balas <gbala...@gmail.com> wrote: >> >> >>

Re: [R] Problem with r project in ubuntu xenial

2017-11-04 Thread George Balas
17, at 23:39 , George Balas <gbala...@gmail.com> wrote: > >> > >> I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc > or > >> general problem but I was not able to find solution on Internet. > >> First of all I can not change locale

Re: [R] Problem with r project in ubuntu xenial

2017-11-03 Thread David Winsemius
> On Nov 3, 2017, at 5:09 PM, peter dalgaard <pda...@gmail.com> wrote: > > >> On 3 Nov 2017, at 23:39 , George Balas <gbala...@gmail.com> wrote: >> >> I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or >> general problem bu

Re: [R] Problem with r project in ubuntu xenial

2017-11-03 Thread peter dalgaard
> On 3 Nov 2017, at 23:39 , George Balas <gbala...@gmail.com> wrote: > > I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or > general problem but I was not able to find solution on Internet. > First of all I can not change locale to greek by

[R] Problem with r project in ubuntu xenial

2017-11-03 Thread George Balas
I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or general problem but I was not able to find solution on Internet. First of all I can not change locale to greek by getting this message: "In Sys.setlocale("LC_CTYPE", "Greek") : OS reports reques

Re: [R] problem with R. program

2017-08-11 Thread S Ellison
> After a run multdrc comment in R program, show warning sign in this > program. I attached the saving page of the script. I hope you could help me, > please. Your model is probably generating negative or zero estimates, resulting in NaN when logs are taken. But multdrc is no longer in drc.

[R] problem with R. program

2017-08-11 Thread AHMAD rahbary
After a run multdrc comment in R program, show warning sign in this program. I attached the saving page of the script. I hope you could help me, please. Thanks a lot A. Rahbari R : Copyright 2005, The R Foundation for Statistical Computing Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0 R is

Re: [R] Problem installing R 2.12.1 on Mac OS X Yosemite 10.10.5

2017-01-12 Thread Martin Maechler
> David Winsemius > on Wed, 11 Jan 2017 22:45:38 -0800 writes: >> On Jan 11, 2017, at 10:20 PM, David Winsemius wrote: >> >> >>> On Jan 11, 2017, at 4:15 PM, Florence Lui wrote: >>>

Re: [R] Problem installing R 2.12.1 on Mac OS X Yosemite 10.10.5

2017-01-11 Thread David Winsemius
> On Jan 11, 2017, at 10:20 PM, David Winsemius wrote: > > >> On Jan 11, 2017, at 4:15 PM, Florence Lui wrote: >> >> I'm trying to download version 2.12.1 of R in order for it to be compatible >> with the version of SPSS I have on my computer

Re: [R] Problem installing R 2.12.1 on Mac OS X Yosemite 10.10.5

2017-01-11 Thread David Winsemius
> On Jan 11, 2017, at 4:15 PM, Florence Lui wrote: > > I'm trying to download version 2.12.1 of R in order for it to be compatible > with the version of SPSS I have on my computer (SPSS V. 20), so that I can > install the Essentials for R plugin for SPSS. > > However,

[R] Problem installing R 2.12.1 on Mac OS X Yosemite 10.10.5

2017-01-11 Thread Florence Lui
I'm trying to download version 2.12.1 of R in order for it to be compatible with the version of SPSS I have on my computer (SPSS V. 20), so that I can install the Essentials for R plugin for SPSS. However, when I try to install this version of R, I get a popup saying it can't be installed because

Re: [R] problem installing R 2.5

2016-11-08 Thread peter dalgaard
Notice that it is pretty much mandatory to study the Admin manual, e.g., https://cran.r-project.org/doc/manuals/r-release/R-admin.html and its appendices in particular. It is also included in the sources (in .texi format). As you are building an old R on a recent OS, some interpolation may be

Re: [R] problem installing R 2.5

2016-11-08 Thread Marc Schwartz
> On Nov 8, 2016, at 7:08 AM, Lentes, Bernd via R-help > wrote: > > > > - Am 8. Nov 2016 um 7:53 schrieb Göran Broström goran.brost...@umu.se: > >> libX11-dev? >> >> Göran > > Hi, > > is already installed: > > i A libx11-dev -

Re: [R] problem installing R 2.5

2016-11-08 Thread Lentes, Bernd via R-help
> Hi, > I would like to suggest that this discussion be moved to R-SIG-Debian, since > this is Linux distribution specific: > https://stat.ethz.ch/mailman/listinfo/r-sig-debian > You will avail yourself of a more focused audience there as well. > Regards, > Marc Schwartz Ok. I subscribed

Re: [R] problem installing R 2.5

2016-11-08 Thread Lentes, Bernd via R-help
- Am 8. Nov 2016 um 7:53 schrieb Göran Broström goran.brost...@umu.se: > libX11-dev? > > Göran Hi, is already installed: i A libx11-dev - Client-seitige Bibliothek für X11 (Entwick (ubuntu system) Bernd Helmholtz Zentrum Muenchen Deutsches Forschungszentrum

Re: [R] problem installing R 2.5

2016-11-07 Thread Göran Broström
libX11-dev? Göran On 2016-11-07 19:27, Lentes, Bernd via R-help wrote: Hi, i'd like to install R 2.5 on an Ubuntu 14.04. I have a special software requiring this old version. While ./configure, i get the following error: checking for mbstate_t... yes checking for X... no configure: error:

[R] problem installing R 2.5

2016-11-07 Thread Lentes, Bernd via R-help
Hi, i'd like to install R 2.5 on an Ubuntu 14.04. I have a special software requiring this old version. While ./configure, i get the following error: checking for mbstate_t... yes checking for X... no configure: error: --with-x=yes (default) and X11 headers/libs are not available The problem

Re: [R] problem in R

2015-11-12 Thread Marco
Excerpts from Rolf Turner's message of 2015-11-06 00:34:06 -0200: > > On 06/11/15 14:31, Jim Lemon wrote: > > > > > The fundamental problem that has emerged in this discussion is that > > you seem to be applying the method of post-modernist deconstruction > > to programming in R. I see no

Re: [R] problem in R

2015-11-05 Thread Jim Lemon
Hi thanoon, When I run your code, I get two error messages. Those error messages tell you all you need to know to solve the first part of your problem (i.e. that none of the values in W1 and W2 are changed from NA). The second part of your problem is that even if you attend to those error

Re: [R] problem in R

2015-11-05 Thread Rolf Turner
On 06/11/15 14:31, Jim Lemon wrote: The fundamental problem that has emerged in this discussion is that you seem to be applying the method of post-modernist deconstruction to programming in R. I see no future in this enterprise. *Gotta* be a fortune!!! cheers, Rolf -- Technical Editor

Re: [R] problem in R-code

2015-11-04 Thread thanoon younis
Dear R-Users After correct some errors in the code below i have only this error "Error in if (BZ[i] < 0.25) { : missing value where TRUE/FALSE needed" how can i solve this problem please? N<-200;P<-9 #Sample size BZ=matrix(NA, nrow=N, ncol=1) W=matrix(NA, nrow=N,

Re: [R] problem in R-code

2015-11-04 Thread Jim Lemon
Hi thanoon, Well, you have generated a one column matrix of missing values (NA) and then tried to use those values in a logical test... Jim On Wed, Nov 4, 2015 at 8:02 PM, thanoon younis wrote: > Dear R-Users > > After correct some errors in the code below i have

Re: [R] problem in R-code

2015-11-03 Thread Boris Steipe
Why don't you just multiply by four, round, and add one? B. On Nov 3, 2015, at 10:02 PM, thanoon younis wrote: > Dear R-users > > I have a problem in the code below, the problem is because i want to change > the variable BZ which is a vector with 200x1 dimension

[R] problem in R-code

2015-11-03 Thread thanoon younis
Dear R-users I have a problem in the code below, the problem is because i want to change the variable BZ which is a vector with 200x1 dimension to the var. W which is categorical variable with same dimension of BZ but with categorical values with 4 categories but i got on only zero values in w

Re: [R] problem in R-code

2015-11-03 Thread Boris Steipe
Are you telling me it contains only zeros? Or is it a vector of length zero? B. On Nov 3, 2015, at 11:07 PM, thanoon younis wrote: > BZ is hidden variable with zero values. > > On 4 November 2015 at 07:02, Boris Steipe wrote: > Your

Re: [R] problem in R-code

2015-11-03 Thread Jim Lemon
Hi thanoon, The problem may lie in your definition of BZ (which I see Boris has also noticed). Given your code, it will be a vector containing 200 zeros. Your code will generate 200 ones as zero is less than 0.25. Try defining BZ as follows: BZ<-runif(200) You should get something more

Re: [R] problem in R-code

2015-11-03 Thread thanoon younis
Thank you for your response I have a vector of unknown values BZ which is defined already BZ=numeric(N) and i want to transfer BZ to ordered categorical variable with 4 categories W but when i write this code for(j in 1:1){ if(BZ[j] < 0.25){ W[j] = 1 }else if(BZ[j] >=0.25

Re: [R] problem in R-code

2015-11-03 Thread Boris Steipe
Your approach does not make sense. If you initialize a vector as say ... BZ <- numeric(5) ... what do you _expect BZ contains? Also: if you run a loop like you do for (j in 1:1) { print(j) } ... what do you _expect_ will happen? B. On Nov 3, 2015, at 10:43 PM, thanoon younis

Re: [R] problem in R-code

2015-11-03 Thread Boris Steipe
Sorry, not round. floor() B. On Nov 3, 2015, at 10:35 PM, Boris Steipe wrote: > Why don't you just multiply by four, round, and add one? > > > > B. > On Nov 3, 2015, at 10:02 PM, thanoon younis > wrote: > >> Dear R-users >> >> I

Re: [R] problem in R-code

2015-11-03 Thread Boris Steipe
Whatever - just type: W <- floor(BZ * 4) + 1 B. On Nov 3, 2015, at 11:09 PM, Boris Steipe wrote: > Are you telling me it contains only zeros? Or is it a vector of length zero? > > B. > > > On Nov 3, 2015, at 11:07 PM, thanoon younis

Re: [R] Problem Regarding R Packages installation

2015-07-16 Thread MacQueen, Don
the first error message is configuration failed for package RCurl immediately before that it said Cannot find curl-config. It would appear that you don't have curl installed on your computer. Unfortunately, I cannot help you with that. But you might look at the documentation for RCurl

[R] Problem Regarding R Packages installation

2015-07-15 Thread Muhammad Sohail Raza
Hi Everyone! I am trying to install R Package VariantAnnotation. I entered commands: source(http://bioconductor.org/biocLite.R;) biocLite(VariantAnnotation) But i am getting the following errors, ERROR: configuration failed for package �XML� * removing �/usr/lib64/R/library/XML� * installing

Re: [R] Problem in r help me

2015-05-05 Thread PIKAL Petr
From: Ghada Almousa [mailto:ghada.f...@gmail.com] Sent: Monday, May 04, 2015 9:20 PM To: PIKAL Petr Subject: Re: Problem in r help me I used internet search to get info about methods but I can't find any info about the comparison between those methods The comparison in the number of iterations

Re: [R] Problem in r help me

2015-05-04 Thread PIKAL Petr
-help-boun...@r-project.org] On Behalf Of Ghada Almousa Sent: Saturday, May 02, 2015 11:03 AM To: r-help@r-project.org Subject: Re: [R] Problem in r help me hello dears I have Search to compare the results between the three types of cluster k-maen ,Em and Hierarchal clusters How i

Re: [R] Problem in r help me

2015-05-02 Thread Ghada Almousa
hello dears I have Search to compare the results between the three types of cluster k-maen ,Em and Hierarchal clusters How i figured the number of iterations , the time required to build each Cluster ,accuracy and sum square error SSE for each cluster in the R programming

[R] Problem in r help me

2015-04-30 Thread Ghada Almousa
hello dears I have Search to compare the results between the three types of cluster k-maen ,Em and Hierarchal clusters How i figured the number of iterations , the time required to build each Cluster ,accuracy and sum square error SSE for each cluster in the R programming [[alternative

[R] problem in R

2015-02-20 Thread thanoon younis
Dear all members I have the following matrix in R thd - matrix(testJAGSdata$thd, ncol=6, byrow=TRUE) head(thd) [,1] [,2] [,3] [,4] [,5] [,6] [1,] -200 -2.517 -1.245 -0.444 0.848 200 [2,] -200 -1.447 -0.420 0.119 1.245 200 [3,] -200 -1.671 -0.869 -0.194 0.679 200 [4,] -200

Re: [R] problem in R

2015-02-20 Thread Sarah Goslee
. + head(the) First problem: the + means R expects continuation of a previous line, because the command is incomplete. So whatever you did BEFORE this line is wrong. + [,1] [,2] [,3] [,4] [,5] [,6] + [1,] -200 -2.517 -1.245 -0.444 0.848 200 Error: unexpected numeric constant

Re: [R] problem in R

2015-02-20 Thread Sarah Goslee
200 [17,] -200 -1.447 -0.786 0.119 1.008 200 [18,] -200 -2.039 -1.769 -0.661 0.642 200 This is not reproducible, so the below are guesses. and when i implemented this matrix i found this error I have no idea what implemented this matrix might mean. + head(the) First problem

Re: [R] problem in R

2015-01-06 Thread Uwe Ligges
On 05.01.2015 18:03, thanoon younis wrote: Dear all R members I have a problem in the R when i wanted to call winbugs as following #Input data set for WinBUGS thd18 -read.table(C:/Users/hp/Desktop/thd18.txt) #Input data set for WinBUGS data-list(N1=2000,N2=2000,P=9,R=Ro,z1=yo1

[R] problem in R

2015-01-05 Thread thanoon younis
Dear all R members I have a problem in the R when i wanted to call winbugs as following #Input data set for WinBUGS thd18 -read.table(C:/Users/hp/Desktop/thd18.txt) #Input data set for WinBUGS data-list(N1=2000,N2=2000,P=9,R=Ro,z1=yo1,z2=yo2,thd18) #Call WinBUGS model-bugs (data

Re: [R] Problem with R CMD check and the inconsolata font business.

2014-06-10 Thread BenTaylor
Not sure if this is because things have changed with MikTeX, but I had to do updmap rather than initexmf --mkmaps -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-R-CMD-check-and-the-inconsolata-font-business-tp3984596p4691935.html Sent from the R help mailing

[R] Problem with R density function

2014-05-14 Thread DHIMAN BHADRA
Hello, My friend has the following issue with R. I will be glad to receive any response. Thanks, Dhiman Bhadra Hello everyone, I am trying to use the 'density' function available with the base package of R to estimate the density of a data set for subsequent use. I just noticed that with even

Re: [R] Problem with R density function

2014-05-14 Thread Martyn Byng
-help-boun...@r-project.org] On Behalf Of DHIMAN BHADRA Sent: 14 May 2014 10:36 To: r-help@r-project.org Subject: [R] Problem with R density function Hello, My friend has the following issue with R. I will be glad to receive any response. Thanks, Dhiman Bhadra Hello everyone, I am trying to use

Re: [R] Problem with R density function

2014-05-14 Thread Andrews, Chris
-project.org Subject: Re: [R] Problem with R density function Hi, Have you tried using a different bandwidth rather than the number of points, the default bandwidth gives ... x - rnorm(1) dd - density(x,kernel=epanechnikov,n=101) sum(dd$y)*(dd$x[2]-dd$x[1]) [1] 1.001014 Martyn -Original

Re: [R] problem in r-code

2014-05-09 Thread Suzen, Mehmet
Wrong list. This is an R list not Bugs. You may want to consult Bugs materials: http://www2.mrc-bsu.cam.ac.uk/bugs/weblinks/webresource.shtml On 8 May 2014 11:36, thanoon younis thanoon.youni...@gmail.com wrote: dear all members is there anyone explain to me the code below and how can i

[R] problem in r-code

2014-05-08 Thread thanoon younis
dear all members is there anyone explain to me the code below and how can i transfer this code to winbugs program. q[i,1]=qnorm(runif(1,min=.5,max=1),0,1) thanks in advance thanoon [[alternative HTML version deleted]] __

[R] Problem with R

2014-03-26 Thread Campaner, Fabio
Hello, I am a student at the University College of London in the Civil Engineering Department and I need to use the R program for my final year project even if I do not have any programming background. I have downloaded the program and I was following the instructions given to me by my

Re: [R] Problem with R

2014-03-26 Thread Rui Barradas
Hello, Try, at an R prompt, install.packages(lmtest, dependencies = TRUE) install.packages(betareg, dependencies = TRUE) Hope this helps, Rui Barradas Em 26-03-2014 17:44, Campaner, Fabio escreveu: Hello, I am a student at the University College of London in the Civil Engineering

[R] Problem with R colors

2013-12-09 Thread Katharine Miller
Hello, I am having difficulty obtaining the correct colors in my R charts. colors()[c(552, 254, 26)] [1] red green blue But, if I specify col=552 in my barplot, I get gray bars. Likewise, col=254 gives bright pink, and col=26 is a red-orange. I get accurate results when I spell out the

Re: [R] Problem with R colors

2013-12-09 Thread Sarah Goslee
Hi, col=552 isn't the same as colors()[552] - I think the former is drawn from your current palette, with recycling of indices. The default color palette has only eight colors. You need instead col=colors()[552] It's very difficult to get 20-30 readily distinguishable colors. You might try the

Re: [R] Problem with R colors

2013-12-09 Thread David Carlson
-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Katharine Miller Sent: Monday, December 9, 2013 4:12 PM To: r-help@r-project.org Subject: [R] Problem with R colors Hello, I am having difficulty obtaining the correct colors in my R charts. colors()[c(552, 254, 26)] [1] red green blue

Re: [R] Problem with R colors

2013-12-09 Thread Katharine Miller
: Monday, December 9, 2013 4:12 PM To: r-help@r-project.org Subject: [R] Problem with R colors Hello, I am having difficulty obtaining the correct colors in my R charts. colors()[c(552, 254, 26)] [1] red green blue But, if I specify col=552 in my barplot, I get gray bars. Likewise, col

Re: [R] Problem loading .r file

2013-08-09 Thread balevick1
/Problem-loading-r-file-tp4653624p4673413.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

[R] Problem building R-2.15.3 from source

2013-07-10 Thread Mark Dalphin
Hi, I have for many years build R from source for Linux. I have just run into my first problem with this in ... I don't know how long. uname -a Linux douglas 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux cat /etc/issue Debian GNU/Linux 7 \n \l The version of R is 2.15.3. I know it

[R] Problem with R websocket package

2013-05-14 Thread malej.gregy
Hello to everybody,   I seem to be in struggle with the websockets in R. I wanted to download the streaming data from the BitCoin exchange MtGox directly to R, but R cannot establish the connection. The websocket specs are defined as: * Host: websocket.mtgox.com or socketio.mtgox.com

[R] Problem with R websocket package

2013-05-14 Thread malej.gregy
Hello to everybody, I'm repeating my post as the previous one was posted in HTML - sorry guys! I seem to be in struggle with the websockets in R. I wanted to download the streaming data from the BitCoin exchange MtGox directly to R, but R cannot establish the connection. The websocket specs

Re: [R] Problem with R CMD check and the inconsolata font business

2013-03-05 Thread Matthew Dowle
On 11/3/2011 3:30 PM, Brian Diggs wrote: Well, I figured it out. Or at least got it working. I had to run initexmf --mkmaps because apparently there was something wrong with my font mappings. I don't know why; I don't know how. But it works now. I think installing the font into the

Re: [R] Problem loading .r file

2012-12-20 Thread Jeff Newmiller
'Pos_T' Use of save versions prior to 2 is deprecated What is the possible problem? Thanks and regards, __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] Problem loading .r file

2012-12-20 Thread Ben Bolker
Christofer Bogaso bogaso.christofer at gmail.com writes: [snip] I was trying to load a .r file using source() and load() functions. Although I could be able to load the codes (mainly few user defined functions) written in that .r. file correctly, however getting following error:

[R] problem about R

2012-10-02 Thread Leung Chen
How to run pie chart for each categorical variable in a dataset? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented,

Re: [R] problem about R

2012-10-02 Thread Rui Barradas
Hello, What is a dataset? In R there are lots of types, including 'data.frame' and 'list'. And R's type 'factor' corresponds to categorical variables. You must be more specific, show us an example dataset using dput(). dput( head(x, 30) ) # paste the output of this in a post Hope this

Re: [R] problem about R

2012-10-02 Thread Jim Lemon
On 10/02/2012 02:50 PM, Leung Chen wrote: How to run pie chart for each categorical variable in a dataset? Hi Leung, I depends upon your definition of categorical. If a character variable has 100 possible values, you won't get a very informative pie chart out of it. Therefore I suggest the

Re: [R] Problem with R script

2012-09-25 Thread Jim Lemon
On 09/24/2012 11:15 PM, Woo Back Lee wrote: To whom I concern, I am a recent user of program R I do not know how to explain this but after I installed the program the words on the scrpit does R console does not appear clear but something square(?)/Cube(?) which seems like the words are broken

[R] Problem with R script

2012-09-24 Thread Woo Back Lee
To whom I concern, I am a recent user of program R I do not know how to explain this but after I installed the program the words on the scrpit does R console does not appear clear but something square(?)/Cube(?) which seems like the words are broken More suprisingly, the squared words are

[R] problem in R related to import n export

2012-01-15 Thread mukul purva
hello, i hav a prob in R lang. i want to do correlation of data frame 22810(gene) rows and 1436 colums(experiment) when i covert this file in csv or xls format it reads only 1024 cloumns. n when i do correlation of data mean 22810 *22810 matrix made in terminal then i export in csv or xls

Re: [R] problem in R related to import n export

2012-01-15 Thread jim holtman
My quick guess is that it not an R problem, but with your version of EXCEL. What version are you using, since this used to be a limitation of Excel. Just tried to output an object with 1436 columns and read it fine into 2007 version of EXCEL. On Sun, Jan 15, 2012 at 10:09 AM, mukul purva

[R] Problem Installing R to SuSE 10 via RPM

2012-01-13 Thread Matthew Pettis
Hi, I'm trying to install R from an rpm locally to my account (the reason I'm not doing it through yast/yast2/zypper is that the sys admin isn't yet willing to install it, and doesn't want to support it, but will help me support it if I install it locally -- in short, policy problems rather than

Re: [R] Problem Installing R to SuSE 10 via RPM

2012-01-13 Thread Gavin Blackburn
[mailto:r-help-boun...@r-project.org] On Behalf Of Matthew Pettis Sent: 13 January 2012 16:43 To: r-help@r-project.org Subject: [R] Problem Installing R to SuSE 10 via RPM Hi, I'm trying to install R from an rpm locally to my account (the reason I'm not doing it through yast/yast2/zypper

Re: [R] Problem Installing R to SuSE 10 via RPM

2012-01-13 Thread Matthew Pettis
-project.org Subject: [R] Problem Installing R to SuSE 10 via RPM Hi, I'm trying to install R from an rpm locally to my account (the reason I'm not doing it through yast/yast2/zypper is that the sys admin isn't yet willing to install it, and doesn't want to support it, but will help me support

Re: [R] Problem Installing R to SuSE 10 via RPM

2012-01-13 Thread Marc Schwartz
-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Matthew Pettis Sent: 13 January 2012 16:43 To: r-help@r-project.org Subject: [R] Problem Installing R to SuSE 10 via RPM Hi, I'm trying to install R from an rpm locally to my account (the reason I'm not doing

Re: [R] Problem Installing R to SuSE 10 via RPM

2012-01-13 Thread Ken Hutchison
. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Matthew Pettis Sent: 13 January 2012 16:43 To: r-help@r-project.org Subject: [R] Problem Installing R to SuSE 10 via RPM Hi, I'm trying to install R from an rpm locally to my account

Re: [R] Problem Installing R to SuSE 10 via RPM

2012-01-13 Thread peter dalgaard
On Jan 13, 2012, at 17:43 , Matthew Pettis wrote: Hi, I'm trying to install R from an rpm locally to my account (the reason I'm not doing it through yast/yast2/zypper is that the sys admin isn't yet willing to install it, and doesn't want to support it, but will help me support it if I

Re: [R] problem in R

2012-01-04 Thread iliketurtles
data-matrix(rnorm(10)) data[c(1,4,6)]-NA print(data) data-matrix(data[!is.na(data)]) print(data) - Isaac Research Assistant Quantitative Finance Faculty, UTS -- View this message in context: http://r.789695.n4.nabble.com/problem-in-R-tp4260254p4260976.html Sent from the R help mailing

Re: [R] problem in R

2012-01-04 Thread R. Michael Weylandt
AM, iliketurtles isaacm...@gmail.com wrote: data-matrix(rnorm(10)) data[c(1,4,6)]-NA print(data) data-matrix(data[!is.na(data)]) print(data) - Isaac Research Assistant Quantitative Finance Faculty, UTS -- View this message in context: http://r.789695.n4.nabble.com/problem

Re: [R] problem in R

2012-01-04 Thread iliketurtles
Michael, thank you for your post, I learned a lot. Why is it that people prefer na.exclude to na.omit? - Isaac Research Assistant Quantitative Finance Faculty, UTS -- View this message in context: http://r.789695.n4.nabble.com/problem-in-R-tp4260254p4263119.html Sent from the R help

  1   2   3   >