Re: [R] Syntax roccomp-using R

2018-04-15 Thread John Kane via R-help
You really should  read the posting guide (link at the bottom of the e-mail) and also read one or both of http://stackoverflow.com/questions/5963269 /how-to-make-a-great-r-reproducible-example and http://adv-r.had.co.nz/Reproducibility.html As it stands your posts are very close to unreadable.

Re: [R] RQDA/RGtk2 Installation Problem

2018-04-15 Thread David Winsemius
> On Apr 14, 2018, at 7:11 PM, Ryoko Yamamoto wrote: > > Greetings, > > I have been having a problem installing RQDA on my Mac (OS 10.13.2). I > followed the installation process on the RQDA page ( > http://rqda.r-forge.r-project.org/), but I keep getting an error message >

Re: [R] Specifying forbidden configurations in Morris One at a Time (OAT) sensitivity analysis

2018-04-15 Thread John Kane via R-help
If nothing else, I think you need to supply some sample data that includes examples of the "forbidden configurations" See http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example and/or http://adv-r.had.co.nz/Reproducibility.html On Monday, April 9, 2018,

Re: [R] Adding a new conditional column to a list of dataframes

2018-04-15 Thread Duncan Murdoch
On 15/04/2018 7:08 AM, Allaisone 1 wrote: Hi all .., I have a list of 7000 dataframes with similar column headers and I wanted to add a new column to each dataframe based on a certain condition which is the same for all dataframes. When I extract one dataframe and apply my code it works

[R] Question

2018-04-15 Thread alireza daneshvar
Hi, How to calculate break-down point in R? Thanks [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Question

2018-04-15 Thread Marc Girondot via R-help
Le 15/04/2018 à 17:56, alireza daneshvar a écrit : break-down point Can you explain more what you plan to do and give an example of what you have tried to do until now to do a "break down point" in R. Perhaps a "break down point" is common in your field, but I have no idea about what it is

Re: [R] Adding a new conditional column to a list of dataframes

2018-04-15 Thread Jeff Newmiller
Your failure to send your question using plain text format means that the mailing list tried to fix that and we are seeing your code all messed up. Please learn how to use your email program... or we may not even be able to figure out your question at all. I think you need to pay attention to

Re: [R] Adding a new conditional column to a list of dataframes

2018-04-15 Thread David Winsemius
> On Apr 15, 2018, at 4:08 AM, Allaisone 1 wrote: > > > Hi all .., > > > I have a list of 7000 dataframes with similar column headers and I wanted to > add a new column to each dataframe based on a certain condition which is the > same for all dataframes. > > >

[R] Math kernel library from intel

2018-04-15 Thread Partha Sinha
I use win 10 ( 64 bit) with latest R available. Intel has released math kernel library. Is it necessary to install for data driven work ? Regards Partha [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE