Displaying 20 results from an estimated 10000 matches similar to: "Statistics (PR#8015)"
2005 Jun 27
2
Cannot choose language for installing (PR#7971)
Full_Name: Jiancang Zhuang
Version: R 2.1.1
OS: windows xp
Submission from: (NULL) (133.58.102.66)
I tried to install R.2.1.1 into my windows xp system. The system is Japanese
version. But I set the unicode fonts to be Chinese to for some important
programme. No matter how I choose the language during the installation, I always
get an R of Japanese version.
2012 Jun 13
2
adjust space between horizontal legend text in a barplot
Hi All,
I produced a barplot and made a horizontal legend below the graph.
Because the results are from a survey, there are three levels, namely
strongly disagree/disagree, neutral and strongly agree/agree.
> rownames(survey)[1] "Strongly disagree/disagree" "Neutral" "Strongly agree/agree"
As in the output above, there is a large space
2010 May 25
2
summary of arima model in R
Hi,
I want to give a summary or anova for "arima" model in R, as
"summary", and "anova" for "lm".
As including various intervention factors in arima(xreg = ) part, I
want to assess the significancy of thse factors.
I can do it using interrupted analysis of time series by linear
regression, but want to see whether arima model works for the data
first.
2005 Jul 14
2
Fwd: Re: East Asian language
---- Original message ----
>Date: Thu, 14 Jul 2005 19:50:41 +0200
>From: Uwe Ligges <ligges at statistik.uni-dortmund.de>
>Subject: Re: [R] East Asian language
>To: Nan Lin <nlin at math.wustl.edu>
>Cc: r-help at stat.math.ethz.ch
>
>Nan Lin wrote:
>
>> Dear all,
>>
>> I just installed R 2.1.1. The installation program
automatically
2011 Apr 18
2
plot and lines with time series data
Dear all,
I am doing some time series analysis with R now. The problem is, when
I create a time series object using "ts" function, then after fitting
the model, the predicted values cannot be plotted with "ts" object
together using "lines". ie.
ts.series<-ts(x,start, end)
plot(ts.series)
lines(predict(fit.model))
This doesn't work.
Does anyone know about
2006 Feb 04
2
MS Office XP Chinese
Hi,
I would like to know whether it is possible to install MS Office Chinese
with Wine?
Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20060205/0237c815/attachment.htm
2006 Sep 04
1
Unable to save a plot containing Chinese (two-byte) Characters (PR#9201)
Full_Name: Pavel Stranak
Version: 2.3.1
OS: Mac OS X
Submission from: (NULL) (195.113.20.81)
Whenever I draw a plot containing Chinese character, it draws fine on screen,
but never saves to a file.
It does not matter, whether I first draw it on screen and than save or draw
straight to pdf.
It is also all the same, whether the characters are in label or in the plot
itself (via "pch=..."
2008 Mar 12
1
how to let R support Chinese fonts in charts?
Hi everyone,
I plotted a chart this morning, which should have Chinese lables for the
points. I made the chart via:
coordinates:
angel77wq 360.61501 9.278135
cngdsthuang1220 -278.74068 91.556843
c????c 125.47369 -66.589461
fszym2007 -174.86150 346.672588
john_azyb_lee -59.76965 -13.806237
limu0089 -135.18684 -147.573071
new?? -147.53176 -130.237810
2008 Aug 26
2
Re: General translation questions
Hi Ralph,
> there is someone on the centos-docs mailing list who also wants to (at least)
> offer a translation of the Release Notes into chinese (simplified in this
> case). As those are subtleties(?) which are completely wasted on a eurocentric
> guy like me.
>
I don't think this guy is making any sense because there's simply no
difficult for all Chinese people to
2008 Sep 02
1
installation problem on Window XP (PR#12658)
Full_Name: Leung Pui Lam
Version: 2.72
OS: Window XP
Submission from: (NULL) (137.189.4.4)
When I installed R2.72 (actually any version >2.62) on Window XP (Traditional
Chinese), I found the following error
Error in structure(.Internal(Sys.getenv(as.character(x), as.character(unset)$
unsupported conversion
...
Error in file.exists(name) : unsuported conversion in 'filenameToWchar'
2009 Jul 15
4
Suggestions about the website of www.winehq.org
Hi, Dan,
Thanks for your email. And please kindly see my comments below:
Reply to topic 1):It is true that it is not leaglly suitable to copy MS fonts, however the open-source fonts (Wenquanyi, http://wenq.org/enindex.cgi) has been available for very long period, which also are probalble used by Fedora & Ubuntu as default Chinese fonts (even Asian/CJK fonts(maybe CKJ means "Chinese
2005 Jun 06
2
simplified Chinese and traditional Chinese translation for R manuals
Hi, every one,
I have translated <An Introduction to R > into simplified Chinese and
traditional Chinese. You can browse them from these two URL:
simplified Chinese:
http://www.biosino.org/pages/newhtm/r/schtml/index.html#Top
traditional Chinese: http://www.biosino.org/pages/newhtm/r/tchtml/
I have distributed these document in HTML format. That is because there is
something wrong with
2008 Dec 31
1
Chinese characters encoding problem with XML
XML is a good tool reading data from web within R. But I wonder how could get the encoding correctly.
library(XML)
url <- 'http://www.szitic.com/docc/jz-lmzq.html'
xml <- htmlTreeParse(url, useInternal=TRUE)
q <- "//tbody/tr/td"
dat <- unlist(xpathApply(xml, q, xmlValue))
df <- as.data.frame(t(matrix(dat, 4)))
dt<-as.character(df[15,1])
The first column of df
2014 Dec 09
3
Request permission for editting Simplified Chinese Frontpage
My wiki username is HoLee .
Now, the simplified chinese frontpage is maintained by TimothyLee.
Because of his efforts ,the Traditional Chinese Frontpages and
Simplified Chinese Frontpages are created and maintained very well.
I know that TimothyLee is from Taiwan,so the Simplified Chinese
Frontpage is translated from Traditional Chinese Frontpage
directly.So,there are some sentences is
2015 Sep 29
3
CentOS 7 Chinese font support
Hello,
I have installed CentOS7 and found some of the Chinese html web pages
hosted on the CentOS machine cannot display normally. "yum grouplist"
cannot find the Chinese support, not quite sure if the Chinese font package
is included or somewhere else? Can please help suggest how to install the
Chinese fonts? Thanks.
Regards,
Eric
2007 Jun 09
1
smbclient error: NT_STATUS_BAD_NETWORK_NAME, on shared foler with a Chinese name
Hi folks,
I am trying to access the shared folders on a Windows XP PC from a Linux (FC5) PC using smbclient.
Linux config info:
$ locale
LANG=en_US.UTF-8
$ rpm -q samba
samba-3.0.24-6.fc5
smb.conf:
[global]
dos charset = CP936 <--- Simplified Chinese
unix charset = UTF-8
display charset = LOCALE
Now, here is the problem:
2010 Jun 30
2
plain text in Chinese can not be set
Hi there,
According to ?par, 'font' is an integer which specifies which font to
use for text, that 1 corresponds to plain text (the default), 2 to bold
face, 3 to italic and 4 to bold italic.
When I test Chinese character in pdf(), I found that 1 to bold face, 2
to italic, 3 to bold italic, 4 to symbol. and I don't find how to set
plain text. In the following code, the font to use
2018 Mar 08
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Hello everyone,
I am new to R and I have experienced some bugs when using Rterm on Windows.
Chinese characters in the console output are discarded by Rterm, and trying
to type them into the console will crash the Rterm application.
---ENVIRONMENT---
Platform = x86_64-w64-mingw32
OS = Windows 10 Pro 1709 chs
R version = 3.4.3
Active code page = 936 (Simplified Chinese)
---STEPS TO
2015 Jan 31
0
[LLVMdev] How to install poolalloc?
Which compiler are you using to compile poolalloc? Looks like it doesn't
support C++11 (doesn't recognize nullptr).
Jingyue
On Fri, Jan 30, 2015 at 8:32 PM, Qiuping Yi <yiqiuping at gmail.com> wrote:
> Hi, John Criswell
>
> Thank you very much.
>
> I am installing LLVM-3.2, but I encounter the next error when carrying out
> "make":
>
> llvm[3]:
2012 May 31
1
possible bug in "R Editor"
Dear all,
I clicked "File-New Script" to open a R Editor, typed some commands in
it and then saved it to a file. If the location where I tried to save
the script contained Chinese Character, R Editor complained,
Error: invalid input 'E:\Some.Chinese.Characters\new_file.R' in 'utf8towcs'
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: i386-pc-mingw32/i386