[R] Problem with toString

2010-01-11 Thread venkata kirankumar
Hi all,
I got a problem with* "toString()"*  function
its behaving odd in some times most of the times its giving correct results
but in peculier cases its giving results like *"æ]"*
especially while i am working with c# +R-project
thats also after getting some error like
after trying to caliculate "*mean("NA")"*
can any one help me why its giving like those results and this error is not
consistent
some times this error is comming and some times this error is not comming

please help me to get understand why its behaving like that

thanks in advance

kiran
**

[[alternative HTML version deleted]]

__
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, minimal, self-contained, reproducible code.


Re: [R] Problem with toString

2010-01-11 Thread Dieter Menne



dvkirankumar wrote:
> 
> I got a problem with* "toString()"*  function
> its behaving odd in some times most of the times its giving correct
> results
> but in peculier cases its giving results like *"æ]"*
> ...
> especially while i am working with c# +R-project
> 

This has to do with Unicode, c# and locales, but everything else is
guesswork.

Dieter

-- 
View this message in context: 
http://n4.nabble.com/Problem-with-toString-tp1011885p1011900.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-guide.html
and provide commented, minimal, self-contained, reproducible code.