Re: [R] coercion to an object...

2021-08-29 Thread akshay kulkarni
dear Duncun, Thanks a lot... From: Duncan Murdoch Sent: Sunday, August 29, 2021 5:49 PM To: akshay kulkarni ; Enrico Schumann Cc: R help Mailing list ; r-help-requ...@r-project.org Subject: Re: [R] coercion to an object... On 29/08

Re: [R] coercion to an object...

2021-08-29 Thread Duncan Murdoch
M KULKARNI From: Enrico Schumann Sent: Sunday, August 29, 2021 4:57 PM To: akshay kulkarni Cc: R help Mailing list ; r-help-requ...@r-project.org Subject: Re: [R] coercion to an object... On Sun, 29 Aug 2021, akshay kulkarni writes: De

Re: [R] coercion to an object...

2021-08-29 Thread akshay kulkarni
Subject: Re: [R] coercion to an object... On Sun, 29 Aug 2021, akshay kulkarni writes: > Dear members, > I think the following question is rudimentary, > but I couldn't find an answer in the Internet. > > Suppose there is an object A, and ls() lists i

Re: [R] coercion to an object...

2021-08-29 Thread Enrico Schumann
On Sun, 29 Aug 2021, akshay kulkarni writes: > Dear members, > I think the following question is rudimentary, > but I couldn't find an answer in the Internet. > > Suppose there is an object A, and ls() lists it as "A". How do you convert > this character object to th

[R] coercion to an object...

2021-08-29 Thread akshay kulkarni
Dear members, I think the following question is rudimentary, but I couldn't find an answer in the Internet. Suppose there is an object A, and ls() lists it as "A". How do you convert this character object to the object A. i.e I want a function f such that class(f("A

Re: [R] coercion

2011-04-20 Thread Petr Savicky
On Wed, Apr 20, 2011 at 11:26:19AM +0430, Stat Consult wrote: > Dear ALL > > I don't know why I can see this error in run this sentences. > > In paste("V", 1L:cols, sep = "") : NAs introduced by coercion Check, what "cols" is. This warning may be obtained, if "cols" is a character value. For exa

Re: [R] coercion

2011-04-20 Thread Uwe Ligges
See the body of all messages to R-help: PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. and we do not know what D:\\DATA\\GeneExpression.txt is. Uwe Ligges On 20.04.2011 08:56, Stat Consult wr

[R] coercion

2011-04-20 Thread Stat Consult
Dear ALL I don't know why I can see this error in run this sentences. In paste("V", 1L:cols, sep = "") : NAs introduced by coercion DATA<-read.delim ("D:\\DATA\\GeneExpression.txt",header=FALSE) I will be glad if you help me. Best Regards, Stat Consult [[alternative HTML version del