Displaying 6 results from an estimated 6 matches for "tynesi".
Did you mean:
tyner
2002 Sep 11
1
one question about title
Dear,
Thanks for your help. My question is the title can not completely show in the drawing area when the title is too long.
So, I need to change the value of cex.main each time. Could you help me to control the title display area?
Regrad,
ken
-----Original Message-----
From: Patrick Connolly [mailto:p.connolly at hortresearch.co.nz]
Sent: Wednesday, September 11, 2002 4:41 AM
To: Ken
2003 Apr 17
2
HoltWinters() - p-values for alpha, beta and gamma
Need your expertise for the theoretical approach to
deduce the p-values for the level, trend and
seasonality parameters. I wonder if there's source
code available. Thanks group.
Kel
2002 Apr 25
1
An unexpected exception has been detected in native code outside the VM
Dear all:
I have a problem with calling R from Java,
It was ok at the first time,but the error message "An unexpected exception has been detected in native code outside the VM. "
will appear. What is the issue of "native code"?
Could somebody help me ?
Thanks,
ken
This is the log I obtained:
executing: source('/export/home/users/ruser/java/Rmain.R')
Loading
2002 Apr 21
0
Problems with call R from java
Hi,
I had some problems with the java data converter to R, where i can get some examples or more detail infomation?
Thanks vary much,
Ken Lee
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2002 Apr 24
0
Which platform the R-JAVA support ??
Hi all,
>From R-Java web site , the R-Java have used on Linux (2.2.14) and Solaris (SunOS 5.6 and 5.7).
Anyone know how many platforms that R-Java support :
ex : Solaris 5.8 or IBM AIX or HP-UX or Alpha-DEC-OSF
Thanks,
Macleod Lee
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2002 May 07
1
No subject
Dear all,
Sometime I need to change data column name,but I catn't do it.
example:
type<-c("max","min")
test<-data.frame(class=c("a","a","a","b","b"),value=1:5)
for (i in 2:length(type)) {
tmp<-gsummary(test,FUN=type[i],groups=test$class)
tmp1<-data.frame(class=tmp$class,