search for: chin

Displaying 20 results from an estimated 187 matches for "chin".

Did you mean: chain
2002 Nov 15
1
Scaling part of a data frame
...want to scale certain all variables except one (the dependent, which I want to log+1 transform). I can use split() and then scale() and log1p(), but I'm wondering if I can do this in one call. I tried apply(), but I could only get the whole data frame, not a part of it: > test <- apply(chin.sub, 2, log1p) is fine, but when I try to get only one column transformed > test <- apply(chin.sub, chin.sub$density, log1p) Error in apply(chin.sub, chin.sub$density, log1p) : subscript out of bounds I've tried using tapply: > test <- tapply(chin.sub, chin.sub$densit...
2002 Apr 09
3
getaddrinfo.c error compiling rsync on tru64 5.1A
i've applied albert chin's patch on configure.in file: http://lists.samba.org/pipermail/rsync/2002-January/005726.html, but i still getting the error: cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not declared. (undeclared) thanks for any advice Martin Sigilfredo _____________...
2004 Sep 07
4
Caller id and the number of rings
...r calling to the IVR will have to wait for 4 rings before he is serviced. This is too long. 5) Anyone have any idea how can I reduced the number of rings and still have caller id available to IVR? 6) If I were to switch PRI ISDN, would I still have the same problem? Thanks in advanced. Regards, Chin _________________________________________________________________ Fast. Clear. Easy. The new face of MSN Search. http://search.msn.com.sg/
2007 Sep 17
2
problems with nested loop
Hi, everyone: R is new to me. I am writing a nested loop to simulate data for t-test. The following code is wrong. The subscript is out of bounds. Could anyone tell me how to revise it? Thanks, Riddle Chin. result<-matrix(ncol=5, nrow=1000) colnames(result)<-c('N=20','N=40','N=60','N=80','N=100') for (i in 1:1000){ for (j in seq(20,100,20)){ x<-rnorm(j,2.7,1) result[i,j]<-t.test(x,mu=4)$p.value<=0.05 } } --------...
2003 Oct 10
0
Wen-Jiunn Chin/Endicott/IBM is out of the office.
I will be out of the office starting October 9, 2003 and will not return until October 14, 2003. I am out of the office from 10/09/03, returning 10/14/03. You will receive only this notification of my absence prior to my return, at which time I will respond. Please contact Syed Abuthagir for GWA. Please contact my manager David Albright, for emergencies.
2005 May 26
0
Samba PDC, Usernames case sensetive on linux
Hi, Asking for recommendation. On the linux, users can be created.... aaa AAA aAa all are different users on linux... but on Windows this is not valid... now in case there is a case that there are two users called Chin and chin... will there be a problem with Samba PDC... if both are added to samba users... at present the only problem is I see is that users are unable to create there profiles on the PDC, users Chin and chin, but is there more to this than meets the eye... regards Chin Teongli -- -----BEGIN P...
2010 May 12
1
Samba join to AD error
ads_sasl_spnego_krb5_bind fail : Invalid credentials Failed to join domain : Invalid credentials Best regards ================================ ???????? ??? Chin 0922-874-882?0968608-438 ??????????176?3? TEL:02-85025695 #17 Fax:02-85025696 eMail:chin.ho at artt.com.tw ================================
2003 Jun 28
0
Wen-Jiunn Chin/Endicott/IBM is out of the office.
I will be out of the office starting June 28, 2003 and will not return until July 7, 2003. I am out of the office from 06/30/03, returning 07/07/03. You will receive only this notification of my absence prior to my return, at which time I will respond. Please contact my manager David Albright, for emergencies. On Deamand Project - Larry Sackette GWA Linux Servers
2017 Jul 05
3
Question about correlation
...of R show the error like "Error in cor(data) : 'x' must be numeric" ? And how to solve it? Besides, isn't this data can conduct correlation matrix? Moreover, isn't this data sets can be plot into network? If can, which package should I use? Thank you. Best regards, Kang Chin Yi [[alternative HTML version deleted]]
2007 May 24
9
No zfs_nocacheflush in Solaris 10?
Hi, I''m running SunOS Release 5.10 Version Generic_118855-36 64-bit and in [b]/etc/system[/b] I put: [b]set zfs:zfs_nocacheflush = 1[/b] And after rebooting, I get the message: [b]sorry, variable ''zfs_nocacheflush'' is not defined in the ''zfs'' module[/b] So is this variable not available in the Solaris kernel? I''m getting really poor
2017 Jul 05
2
Question about correlation
On 2017-07-05 11:56, Jim Lemon wrote: > Hi Chin Yi, > If you are trying to correlate "Health" with "Disease", i.e. > > cydf<-read.table(text="OTU ID Health Disease > Bacterial 1 0.29 0.34 > Bacterial 2 0.25 0.07 > Bacterial 3 0.06 0.06 > Bacterial 4 0.07 0.09 > Bacterial 5 0.02...
2017 Jul 05
0
Question about correlation
Hi Chin Yi, If you are trying to correlate "Health" with "Disease", i.e. cydf<-read.table(text="OTU ID Health Disease Bacterial 1 0.29 0.34 Bacterial 2 0.25 0.07 Bacterial 3 0.06 0.06 Bacterial 4 0.07 0.09 Bacterial 5 0.02 0.05", header=TRUE) print(cor(cydf$Hea...
2017 Jul 14
3
Conduct Network Analysis
Greeting. Dear Mr/Mrs/Miss, I want to create a network by using R but I only have a table that contain OTU ID and the abundance value of two samples ONLY. Isn't possible? If can, which package can be used? Greatly appreciated to any suggestions and helps. Thank you. Best regards, Kang Chin Yi [[alternative HTML version deleted]]
2006 Jan 04
5
Rails with ireport
Hi all, since there isn''t good reporting for rails, I''m thinking to use jasper report instead. Can anyone tell me how can I integrated them together? especially how can I pass parameter from rails to jasper report.
2004 Sep 16
2
Help with E1 configuration
Hi, I currently have a E100P card installed on my machine and the E1 subscription will be activated pretty soon. However, I have no idea how to configure asterisk to make inbound and outbound call using the E1. Especially for extensions.conf. Below is the configuration I used for zaptel.conf and zapata.conf. Is it possible if someone can verify if th...
2005 Oct 11
5
scp bug: newly created dirs do not inherit sgid bit
Dear developers, I discovered that directories created by scp when recursive copying into a sgid directory do not inherit the sgid bit. I believe this is a bug. A patch to fix this is attached. Regards, Petr Skovron -------------- next part -------------- --- scp.c.orig 2005-10-11 16:50:17.000000000 +0200 +++ scp.c 2005-10-11 16:57:25.000000000 +0200 @@ -876,8 +876,12 @@
2004 Sep 21
2
4-STABLE and 3Ware 9000 series controllers
Anyone having good results with 4-STABLE and the 3Ware 9000 series controllers? -- albert chin (china@thewrittenword.com)
2009 Aug 13
1
using the RODBC for excel
...OM", tables$TABLE_NAME[1]) > sqlQuery(connection,query) [1] "HY000 -3003 [Microsoft][ODBC Excel Driver] Syntax error in query.  Incomplete query clause." [2] "[RODBC] ERROR: Could not SQLExecDirect 'SELECT * FROM '30092007$''"        Thanks, Regards, Han Chin __________________________________________________ [[alternative HTML version deleted]]
2003 Sep 17
2
RE Openssh-3.7.1p1
I tried the same work-around on Irix 6.5.15, with both GCC and SGI C compilers. I was able to get it to run and prompt for a password, then it just shut down. Still no solution, but I will continue working. Anyone get it to run on Irix yet? Jim Attempted compilation of openssh v3.7.1p1 on SGI IRIX 6.5.13. Compilation failed due to missing inet_ntoa.h in openbsd-compat. Copied inet_ntoa.h from
2003 Oct 01
5
Recent OpenSSL vulnerability require rebuild of OpenSSH
We have OpenSSH built against a static version of the OpenSSL library. Do the recent OpenSSL vulnerabilities necessitate a rebuild of OpenSSH? http://www.openssl.org/news/secadv_20030930.txt >From the description of the four bugs, I'm inclined to think not. -- albert chin (china at thewrittenword.com)