Re: [R] [Rd] source(echo = TRUE) with a iso-8859-1 encoded file gives an error

2018-05-04 Thread Ista Zahn
On Fri, May 4, 2018 at 4:47 PM, Scott Kostyshak wrote: > I have very little knowledge about file encodings and would like to > learn more. > > I've read the following pages to learn more: > > http://stat.ethz.ch/R-manual/R-devel/library/base/html/Encoding.html > >

Re: [R] Discovering patterns in textual strings

2018-05-04 Thread Bert Gunter
The answer is, of course, using regular expressions and/or libraries therefor. However, I do not think you have defined your problem sufficiently. Some questions I have: 1. Do possible patterns to be matched always appear at the beginning of your strings? 2. Always together between specified

[R] Discovering patterns in textual strings

2018-05-04 Thread Jeff Reichman
R Help Forum Is there a R library (or a way) that I can extract unique character strings, or repeating patterns in textual strings. Say for example I have the following records: Abc_1234_kjhksh_276 Abc Abc_1234_lakdofyo_324 Bce_876_skdhk_*&^%*& Bce Bce_454 And I would like to see

[R] [Rd] source(echo = TRUE) with a iso-8859-1 encoded file gives an error

2018-05-04 Thread Scott Kostyshak
I have very little knowledge about file encodings and would like to learn more. I've read the following pages to learn more: http://stat.ethz.ch/R-manual/R-devel/library/base/html/Encoding.html https://stackoverflow.com/questions/4806823/how-to-detect-the-right-encoding-for-read-csv

[R-es] Codificación redes neuronales, reconocimiento patrón, otras

2018-05-04 Thread Javier Marcuzzi
Estimados Estoy pensando en una forma para acomodar datos, estos son una sola o más de una palabra, la única palabra o asociación de estas tiene un significado, no estaba pensando en un análisis en particular, pero sí en algo que pueda ser procesado por redes neuronales reconociendo ciertos

Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-04 Thread MacQueen, Don
But: > dev.new(height=10,width=10) > dev.size('in') [1] 10 10 Whereas > dev.new(length=10,width=10) > dev.size('in') [1] 10 7 Obviously, because height was not specified, some default calculation was used to set the height. And length was ignored. And thanks to Duncan Murdoch for pointing

Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-04 Thread Rui Barradas
Hello, Is this cross posted from StackOverflow? https://stackoverflow.com/questions/50127476/it-there-a-up-limit-for-the-size-of-the-plot-region-produced-by-the-dev-new-func Cross posting is discouraged by r-help. See the posting guide regarding this. The question is not exactly the same,

Re: [R] Regression model fitting

2018-05-04 Thread Bert Gunter
These is essentially a statistical question, which are generally consider off topic here. So you may not get a satisfactory reply. stats.stackexchange.com is probably a better venue for your post. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along

Re: [R] Regression model fitting

2018-05-04 Thread Eivind K. Dovik
On Fri, 4 May 2018, Allaisone 1 wrote: Hi all , I have a dataframe (Hypertension) with following headers :- Hypertension ID Hypertension(before drug A) Hypertension(On drug A)On drug B? Healthy diet? 1160

Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-04 Thread David Winsemius
> On May 4, 2018, at 12:04 AM, sunyeping wrote: > > > -- > From:David Winsemius > Send Time:2018 May 4 (Fri) 13:25 > To:孙业平 > Cc:R Help Mailing List

Re: [R] Converting a list to a data frame

2018-05-04 Thread Bill Poling
Oh, how funny, hence the term Novice usR. UGH! Thank you Sir. WHP From: Kevin E. Thorpe [mailto:kevin.tho...@utoronto.ca] Sent: Friday, May 04, 2018 9:08 AM To: Bill Poling ; Huzefa Khalil Cc: R Help Mailing List Subject:

Re: [R] Converting a list to a data frame

2018-05-04 Thread Bill Poling
Good morning. Novice usR. Here. I am following this string, among many, learning as I go. Quick question please? I thought that perhaps ata.frame was part of the zoo pkg, b/c when I searched it came up in help? However, evidently not or I am not using it properly. Please advise, thank you.

Re: [R] Package for Molecular Properties

2018-05-04 Thread Jeff Newmiller
On Thu, 3 May 2018, Bert Gunter wrote: ... In addition, you may wish to also post on the Bioconductor list for this sort of thing. ... where "this sort of thing" is the original subject matter "molecular properties" rather than the sidebar about the sos package which is probably better

Re: [R] Converting a list to a data frame

2018-05-04 Thread Kevin E. Thorpe
It looks like you made a copy/paste error below. Your ata.frame should be data.frame. Kevin On 05/04/2018 08:18 AM, Bill Poling wrote: Good morning. Novice usR. Here. I am following this string, among many, learning as I go. Quick question please? I thought that perhaps ata.frame was part

Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-04 Thread Duncan Murdoch
On 04/05/2018 3:04 AM, sunyeping via R-help wrote: --From:David Winsemius Send Time:2018 May 4 (Fri) 13:25To:孙业平 Cc:R Help Mailing List Subject:Re: [R] why the

Re: [ESS] ess-insert-function-outline

2018-05-04 Thread Patrick Connolly
Thanks Lionel. On Thu, 03-May-2018 at 11:14AM +0200, Lionel Henry wrote: |> |> |> > On 3 mai 2018, at 10:54, Patrick Connolly |> > wrote: |> > What could be the thinking behind that? |> |> This function is strictly less useful than the alternatives mentioned by

Re: [R] Package for Molecular Properties

2018-05-04 Thread Bert Gunter
... In addition, you may wish to also post on the Bioconductor list for this sort of thing. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, May 3,

Re: [R] Package for Molecular Properties

2018-05-04 Thread David Winsemius
> On May 3, 2018, at 12:58 AM, Spencer Graves > wrote: > > > library(sos) > > > (mp <- findFn('{molecular properties}')) > > > ** found 7 matches in 4 packages and opened two web pages in my default > browser with (a) the 7 matches and (b) the 4

[R] Package for Molecular Properties

2018-05-04 Thread bbb_aaa
Hi Spencer Thank you for your suggestion. I tried sos -- Is it actually supposed to actually list out the functions along with the packages? This is what I got: found 7 matches Downloaded 7 links in 4 packages. Ignoring template. Warning messages: 1: In file(templateFile, encoding =

Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-04 Thread sunyeping via R-help
--From:David Winsemius Send Time:2018 May 4 (Fri) 13:25To:孙业平 Cc:R Help Mailing List Subject:Re: [R] why the length and width of a plot region produced by the