Displaying 6 results from an estimated 6 matches for "tynesys".
Did you mean:
nesys
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
...AGE====
Unexpected Signal : 11 occurred at PC=0xf27e2440
Function name=do_dump
Library=/usr/local/lib/R/bin/libR.so
Current Java thread:
at org.omegahat.R.Java.ROmegahatInterpreter.initR(Native Method)
at org.omegahat.R.Java.ROmegahatInterpreter.<init>(ROmegahatInterpreter.java:65)
at com.tynesys.common.cpc01Action.perform(cpc01Action.java:231)
at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
at javax.s...
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,