[ESS] Emacs ESS cannot find R onmacos 10.12.6

2017-09-12 Thread Robert Baskin
I cannot get Emacs ESS to find R. The error message: "Finding all versions of R on your system... Sorry, no version of R could be found on your system." I can’t find any message on ess-help and the only similar message I can find on SO:

Re: [R] Load R data files

2017-09-12 Thread AbouEl-Makarim Aboueissa
Dear Ulrik: thank you very much abou On Tue, Sep 12, 2017 at 3:34 PM, Ulrik Stervbo wrote: > The object you load has the same name as the object you saved. In this > case datahs0csv and not the name of the file sans .rda > > On Di., 12. Sep. 2017, 21:26

Re: [R] Load R data files

2017-09-12 Thread Ulrik Stervbo
The object you load has the same name as the object you saved. In this case datahs0csv and not the name of the file sans .rda On Di., 12. Sep. 2017, 21:26 AbouEl-Makarim Aboueissa < abouelmakarim1...@gmail.com> wrote: > Dear All: > > > It was saved, but there was a space somewhere. So it works

Re: [R] Load R data files

2017-09-12 Thread AbouEl-Makarim Aboueissa
Dear All: It was saved, but there was a space somewhere. So it works for me now. I do have another similar problem. I saved an R data file save(datahs0csv,file=" F:\Fall_2017\5-STA574\2-Notes\1-R\1-R_new\chapter4-Entering_Data/datahs0csv2 .rda") *The new R data file "*datahs0csv2.rda*" is

Re: [R] Load R data files

2017-09-12 Thread ruipbarradas
Hello, What makes you think that there is a file named "datahs0csv.rda"? You have not saved the file, in fact you have done nothing at all. If you want to create a file "datahs0csv.rda", use ?save. (And don't use 'attach', please.) Hope this helps, Rui Barradas Citando AbouEl-Makarim

Re: [R] Load R data files

2017-09-12 Thread Ulrik Stervbo
Hi Abou, You haven't saved the datahs0csv. When you are done manipulating datahs0csv you can use save(datahs0csv, file = 'datahs0csv.rda'). Then you should be able to load the data. HTH Ulrik On Tue, 12 Sep 2017, 20:46 AbouEl-Makarim Aboueissa < abouelmakarim1...@gmail.com> wrote: > Dear All:

[R] Load R data files

2017-09-12 Thread AbouEl-Makarim Aboueissa
Dear All: I am trying to load an R data set, but I got the following message. Please see below. The file is there. setwd("F:/Fall_2017/5-STA574/2-Notes/1-R/1-R_new/chapter4-Entering_Data") datahs0csv <- read.table("hs0.csv", header=T, sep=",") attach(datahs0csv) detach(datahs0csv)

Re: [R] Unable to load packages RODBC and RODBCext in R

2017-09-12 Thread Jeff Newmiller
The messages tell you that the package files were successfully downloaded and extracted, but could not be added to the package library. Try making sure all instances of R are closed down before running the install.packages function. Also, just to be clear, avoid running R "As Administrator"

Re: [R] Unable to load packages RODBC and RODBCext in R

2017-09-12 Thread Jeff Newmiller
The messages tell you that the package files were successfully downloaded and extracted, but could not be added to the package library. Try making sure all instances of R are closed down before running the install.packages function. Also, just to be clear, avoid running R "As Administrator"

[R-es] Creación de data frame

2017-09-12 Thread Andres Hirigoyen
Buenos dias, tengo una consulta con la creación de un nuevo data frame. La primer columna, que no forma parte del data frame, toma los valores de la variable LETRA lo cual no me permite luego seguir haciendo procedimentos ya q no ordena. Va ejemplo Parto de un data frame (llamado resu), con las

Re: [R] Unable to load packages RODBC and RODBCext in R

2017-09-12 Thread Bert Gunter
I don't use Windows, but this looks like a Windows permissions issue, no? You could try moving them yourself manually or create another library directory that R can access to put them in. ... or wait and hope for advice from someone who uses Windows to give you a definitive answer. Cheers, Bert

Re: [R] Σχετ: show 0 at y axis in xyplot lattice

2017-09-12 Thread Jeff Newmiller
It contains the output of one call to dput, but several objects were missing and the name of the object provided in the text file was not specified. -- Sent from my phone. Please excuse my brevity. On September 12, 2017 10:22:36 AM PDT, Michael Dewey wrote: >Dear

Re: [R] Σχετ: show 0 at y axis in xyplot lattice

2017-09-12 Thread Michael Dewey
Dear Maria The file you attached to your first e-mail did come through but I think some people on the list must have missed it. Michael On 12/09/2017 12:54, Maria Lathouri via R-help wrote: Dear all, Thank you very much for the help. ylim=c(-5, 80) worked. Regarding the reproducible

Re: [R] please let me unsubscribe or remove me from mailing list.

2017-09-12 Thread Marc Girondot via R-help
Le 12/09/2017 à 16:57, Where's YK a écrit : Thank you. from cabi...@gmail.com Google R-help@r-project.org unsubscribe bring you to: https://www.r-project.org/mail.html Sincerely Marc __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and

Re: [R] comparition of occurrence of multiple variables between two dataframes

2017-09-12 Thread Céline Lüscher
Yes of course, I can share this short view of the datas. Here is the head() of data100, containing all the trees with a final value higher than 100 : CV11 CV12 CV13 CV14 CV15 CV21 CV22 CV23 CV24 CV25 CV26 CV31 CV32 CV33 CV41 CV42 CV43 CV44 CV51 CV52 IN11 IN12 IN13 1291 0 0 0 1 0 0 0 0 0 0 0 0 0

[R] Σχετ: show 0 at y axis in xyplot lattice

2017-09-12 Thread Maria Lathouri via R-help
Dear all, Thank you very much for the help. ylim=c(-5, 80) worked.  Regarding the reproducible example, I used dput () and saved the file as txt. It is not the first time that I used this way and normally it works. Because when I try to attach a .csv file with the data, most of the time it

[R] Unable to load packages RODBC and RODBCext in R

2017-09-12 Thread Paul Bernal
Dear all, Hope you are doing great. I am currently using R version 3.4.1 ("Single Candle") and was trying to install packages RODBC and RODBCext using the following steps: > install.packages("RODBCext") Installing package into ‘C:/Users/PaulBernal/Documents/R/win-library/3.4’ (as ‘lib’ is

Re: [R] please let me unsubscribe or remove me from mailing list.

2017-09-12 Thread Jeff Newmiller
No-one is preventing you from unsubscribing, and we are not empowered to do it for you. Follow the instructions at the bottom of this and every posting on this list. -- Sent from my phone. Please excuse my brevity. On September 12, 2017 7:57:25 AM PDT, Where's YK wrote:

[R] please let me unsubscribe or remove me from mailing list.

2017-09-12 Thread Where's YK
Thank you. from cabi...@gmail.com -- Mr. Kim, Yuen Kwang [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see

Re: [R] comparition of occurrence of multiple variables between two dataframes

2017-09-12 Thread David L Carlson
You need to learn how to send plain text messages. See below what happened to your html table when the list converted it to plain text. It is unreadable. In your original post, you say "The very last column is the value given to the tree, according to the structures found on it (each structure

Re: [R] comparition of occurrence of multiple variables between two dataframes

2017-09-12 Thread Suzen, Mehmet
Hi Céline, Looks like you are looking for a statistical test between two sets of distributions, such as KS test, for example, generate histogram for each row in an identical way and run KS test. But if you are after simple difference you may use compare package (

Re: [R] comparition of occurrence of multiple variables between two dataframes

2017-09-12 Thread Suzen, Mehmet
Do you have a simplified example with a code? It is not clear to me what do you mean by tree but if you refer to tree data structure, maybe you could change the data structure to tree (https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html) and try to write comparison of two

[R] comparition of occurrence of multiple variables between two dataframes

2017-09-12 Thread Céline Lüscher
Hi everyone, I need your help to solve a problem with occurrence and two dataframes. I have an excel table of 15200 lines. Each line correspond to a tree analyzed for its structures. I have all the structures in columns (48 structures). The occurrence of these structures has been counted on

Re: [R] Case statement in sqldf

2017-09-12 Thread Mangalani Peter Makananisa
Thank you very much, I will work on it -Original Message- From: Gabor Grothendieck [mailto:ggrothendi...@gmail.com] Sent: 11 September 2017 06:50 PM To: Mangalani Peter Makananisa Cc: r-help@r-project.org Subject: Re: Case statement in sqldf 2018-03-3 in your code should be 2018-03-31.

[R] [R-pkgs] rmonad

2017-09-12 Thread Zebulun Arendsee
Dear Rusers, This summer I published the package rmonad on CRAN: https://cran.r-project.org/web/packages/rmonad rmonad is a toolset for building stateful, branching pipelines. As functions in the pipeline are executed, they are recorded in a graph of all past operations. The resulting structure

Re: [R] Case statement in sqldf

2017-09-12 Thread Mangalani Peter Makananisa
Thanks D, I will work on the solution you gave and give feedback. -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: 11 September 2017 05:19 PM To: Mangalani Peter Makananisa Cc: r-help@r-project.org Subject: Re: [R] Case statement in sqldf > On Sep 11,

[ESS] M-x R gives no choice of starting dir

2017-09-12 Thread Christian
Hi, I experienced a sudden change in the behavior of M-x R in not giving me the choice where to start R. May be that I botched my preferences. I am using Aquamacs 3.3 on MacOS 10.12.6 Christian -- Christian Hoffmann Rigiblickstrasse 15b CH-8915 Hausen am Albis Switzerland Telefon