similar to: New R CGI gateway: TKU-Stat

Displaying 20 results from an estimated 3000 matches similar to: "New R CGI gateway: TKU-Stat"

2002 May 05
0
Announce: My arma_scan.R for ARIMA
Hellow all R fans, I wrote a R program for SCAN: Smallest CANonical Correlation Method for ARIMA(p,d,q) identification. (by Tsay and Tiao (1985)) I don't know if there is already one for this, but since I was unable to find one, so I did it. It's ready to download at the following page http://netstat.stat.tku.edu.tw/download.php I've tested the program and comared the results
2003 Jun 12
2
R_PHP_Online version 0.2 with Security Fix
Hi all, Thanks to Dr Paul Murrell in New Zealand to remind me of security consideration. I am releasing version 0.2 with security fix. This version will allow you to add banned R function names in a list. R_PHP_Online is a PHP CGI web interface to run R programs online, with the capability to show graphics online. You can get current version of R_PHP_Online from http://steve-chen.net/R_PHP/
2003 Jun 11
0
Announcing R_PHP_Online package
Hi all, I am releasing version 0.1 of my R_PHP_Online package. This is an online CGI package for running R programs via Web interface like RWeb, but it's written in PHP and it can show graphic outputs. The R_PHP_Online can be found at http://steve-chen.net/R_PHP/ or at http://steve.stat.tku.edu.tw/R_PHP/ and you can use the demo or download version 0.1 there. Regards, Steve Chen,
2013 Dec 14
2
Postfix + Dovecot & mail-stack-delivery Outlook Problem
Hello all readers of the list, I wish to get Microsoft Outlook 2010 workin with mail-stack-delivery setup. Logs when trying to setup accaunt in Microsoft Outlook 2010: ec 14 22:38:31 ip-172-31-7-147 dovecot: imap-login: Disconnected: Too many invalid commands (no auth attempts): rip=2001:470:28:743:4923:c01c:c89a:567a, lip=2001:470:1f08:ddd::2 Dec 14 22:38:31 ip-172-31-7-147 dovecot:
2002 Mar 12
1
using R API in dynamically loaded code?
I'm probably missing something very basic here, but: I've written some C code that I load into R dynamically. In the course of this C code, I generate some multinomial random deviates. I initially used the publically available "randlib" library, which also implements its own random number generator and binomial deviates (which are used to generate the multinomial deviates).
2004 Nov 02
0
how to call function in ../src/main
Hi, This is Kotien Wu from NIH/NCI. We want to use R function for our web: http://cgap.nci.nih.gov It works for functions in R/R-1.9.1/src/nmath/standalone very well. We have function GetPvalueForT.c which has #define MATHLIB_STANDALONE 1 #include <Rmath.h> double GetPvalueForT ( double t, double deg ) { return 2 * pt(t, deg, 0, 0); } We create GetPvalueForT.i, which has /* File :
2019 Aug 31
0
Singaporean Mr. Teo En Ming's Refugee Seeking Attempts, In Search of a Substantially Better Life
Subject: Singaporean Mr. Teo En Ming's Refugee Seeking Attempts, In Search of a Substantially Better Life In reverse chronological order: [1] Petition to the Government of Taiwan for Refugee Status, 5th August 2019 Monday Photo #1: At the building of the National Immigration Agency, Ministry of the Interior, Taipei, Taiwan, 5th August 2019 Photo #2: Queue ticket no. 515 at the National
2008 Nov 22
1
CRAN mirror for Taipeh vs Taipei
Hi, I am residing in Taipei, Taiwan. My windows has English R (2.7.2) installed. I noticed that the CRAN mirror for Taipei is Taiwan (Taipeh), Is Taipeh a Deutsch or English name? Thanks, cruz
2010 Mar 20
1
About new CRAN mirror site application
Hi all, I couldn't find other appropriate place to ask this question, so I am posting the message to R-help mailling list. Our department had set up a new CRAN mirror site and is working fine so far. According CRAN mirror Howto, I sent an email to cran at r-project.org about 5 days ago to sumit our new CRAN site, but got no response at all. I sent out another email yesterday, but still no
2003 Sep 15
0
[AsiaBSDCon] Announcing the USENIX AsiaBSDCon and its Request for Papers
Dear Recipients: We are happy to announce that the USENIX AsiaBSDCon 2004 will take place at Academia Sinica, Taipei, Taiwan between March 13 2004 and March 15 2004. We would like to invite all whom are interested in BSD and their applications (including but not limited to: bioinformatics, scientific computing, e-commerce, operating systems, etc.) to submit papers to the conference. The RFP is
2004 Dec 01
0
extension and PSTN connection
I got two phones on an ATA-186 (601, 602) and two phones on the TDM22B (603, 604). I have two lines on the TDM22B. I cannot figure out some of the problems: 1. 601 dials via ZAP/3-1 to local phone number at PSTN: ringing pickup on PSTN (empty) still ringing in the phone set 601 2. call from PSTN back: 601 picks up ... everything works !!! No caller id shows up 3. For testing I have only one
2008 Mar 18
1
Saving Chinese text in Quartz
I encountered a problem that I don't know where to or how to solve this. I can put Chinese text to a Quartz window. There is no problem to show the correct Chinese text string. However, when this Quartz window is saved, and open by Acrobat or Acrobat Reader, the Chinese text will become ........ In order to show/preserve my Chinese text in Quartz window, do I have to set up some parameters?
2013 Aug 11
2
N-Power MEV-3000LT compatibility report and problem
Hello list, first of all, I'd like to report that my UPS N-Power MEV-3000LT (http://www.380v.ru/catalogue/micro-ups/mega-vision , in Russian), which is not in the hardware compatibility list, is mostly supported by the blazer_ser driver. I have very strong grounds to believe that this (and other) N-Power UPS'es are rebranded for Russian and Italian markets from their counterparts
2008 Apr 17
2
how to connect dots by passing NA
This maybe a silly question. I'm trying to figure out a way to draw a line from a data set which contain NA. Say, I have a set of data as: x <- c(1.1 2.2 NA 4.4 5.5) ; y <- c(1:5) # as x,y of point a, b, c, d, and e. I would like to plot this to a line by using dot-line to connect the two adjacent points before and after the NA, something like: (a)______(b)......(d)______(e) Any help
2002 Sep 19
2
Collect iproute2 traffic stat
Hello lartc-boys, I planed to write script, which collects traffic statistics from ''tc classes'' (different server services) and transform this by MRTG (or other...) for web view... And logs, archived in txt files or in DB (MySQL ? ) But i think, that someone made this job,.... May somebody share one''s experience or finished scripts for examples ? anyone any ideas ? --
2002 Jun 06
3
R & PHP
Hi, have anybody experience or do something in R with PHP togehter (...and MySQL as DB) ? It would be nice for a exchange of ideas ! Thanks for advance & regards, christian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2003 May 11
0
Mirror in Southeast Asia
Ed Greshko has established a full Shorewall mirror in Taipei. http://shorewall.greshko.com ftp://shorewall.greshko.com Thanks Ed!! -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep@shorewall.net
2004 Nov 12
1
Shorewall''s bogon file needs updating
As far as I can tell from <http://shorewall.net/errata.htm> the current shorewall bogons file is <http://shorewall.net/pub/shorewall/errata/2.0.8/bogons> which contains the line: 58.0.0.0/7 logdrop # Reserved This is incorrect. These two /8s were allocated to APNIC as of April 2004. See also <http://marc.theaimsgroup.com/?l=nanog&m=108319003517919&w=2> and the main
2003 Mar 15
0
configure, IBM AIX and checking whether leap seconds are treated according to POSIX...
Hi, I am trying to compile R for 64 bits on a mainframe running IBM AIX. Setting the environment variable OBJECT_MODE=64 leads to hanging while checking whether leap seconds are treated according to POSIX... Interestingly, it works fine when OBJECT_MODE=32... Any pointer would help me much... Thanks, L. -- -------------------------------------------------------------- currently at the
2004 Dec 17
0
SayUnixTime
If I use SayUnixTime to an extension, it will tell me the CORRECT time: extension =>698,1,SayUnixTime If I use the same in the wakeup-agi, it tells me the time 14 hours in the future: $agi->exec('SayUnixTime', sprintf("%s||IMp", UnixDate($time, "%s"))); Where is the difference? I am in Time zone Asia/Taipei (GMT+8:00) Any ideas? bye Ronald