search for: chee

Displaying 20 results from an estimated 86 matches for "chee".

Did you mean: che
2012 Jan 24
2
Help: read a proportion of high through-put data
...73 2.033364 0.4850979 0.01553433 I have explored various options of the command: read.table, with one as: read.table("sample.txt", na.strings="NA",as.is = TRUE) However, everything that it reads in becomes a character. Could you please help me on this? Best regards, Chee [[alternative HTML version deleted]]
2011 Aug 24
2
Help: find the index of the minimum of entries
...minimum of entries of a numeric vector, without using loops or user defined functions. Suppose we have a vector: a <- c(3,1,2) then, min(a) = 1 and its index is 2. Target: how to get the index of this minimum? How to get the indices if multiple entries assume this same minimum? Thank you, Chee [[alternative HTML version deleted]]
2003 Jul 15
5
passwd program not called as root
Hallo to everybody out there, I have downloaded and compiled Samba3b2 on a SuSE 8.2 machine. For testing purpose, I connect to this machine with a Win2k-Box ... most things seem to work fine, but I am unable so change passwords from the win-box with unix password sync enanbled. I changed loglevel to 103 and enabled password chat debug. From what I found in the log-files, I can conclude that
2004 Dec 01
3
core dump during make check when building 64-bit R on Solaris8/9
...ith-tk-config=/usr/sfw/lib/tkConfig.sh --without-blas The "make check" ran without a problem after this. I hope that the sun compiler people can look into this and see if there is a problem with the sunperf library. Maybe Peter Dalgaard ha further insights into this? Thanks. Regards, Chee Seng -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of CHAN Chee Seng Sent: Monday, November 29, 2004 6:13 PM To: r-help at stat.math.ethz.ch Subject: [R] core dump during make check when building 64-bit R on Solaris8/9...
2011 Apr 29
3
How to define specially nested functions
...z, such that: given values for x,y, f(x,y,z) is still a function of z and that I am still allowed to find the root in terms of z when x,y are given. For example: f(x,y,z) = x+y + (x^2-z), given x=1,y=3, f(1,3,z)= 1+3+1-z is a function of z, and then I can use R to find the root z=5. Thank you. -Chee [[alternative HTML version deleted]]
2011 May 01
2
Question on where samples are grouped in rmvnorm{mvtnorm}
...normal samples as follows: > rmvnorm(2,mean=rep(0,2),sigma=diag(2)) [,1] [,2] [1,] 2.0749459 1.4932752 [2,] -0.9886333 0.3832266 Where is the first sample, it is stored in the first row or the first column? Does this function store samples row-wise or column-wise? Thank you, -Chee [[alternative HTML version deleted]]
2011 Apr 15
1
How to generate a correlation matrix with restrictions on its eigenvalues
Dear All, I would like to generate m positive real numbers c_i, I=1,...,m, such that (1) c_1 + c_2 + ... + c_m=m, (1) after being ordered into c_1 >= c_2 >= .... >=c_m>0, we have that c_m is of the same order of m^(-1/8), when m is sufficiently large. Thanks, -Chee [[alternative HTML version deleted]]
2011 Aug 23
1
Help: Sort components of a vector with indices tracked in R
...4], ie, the original index of csort[2] is 4. When length(c) is very large, manual checking is infeasible. We can set up a for loop to compare and extract the index. However, is there an easier way to do this, so that the output is the sorted vector and their corresponding original indices. Thanks Chee [[alternative HTML version deleted]]
2011 Aug 24
1
Help: extrac the first entry for each component of a list
...]] <- c(5,6) > a [[1]] [1] 1 2 [[2]] [1] 3 4 [[3]] [1] 5 6 Target: I would like to extract from each of its components the first entry and store them into a vector, ie, to extract 1 from a[[1]], 3 from a[[2]], 5 from a[[3]], and store 1,3,5 into a vector without using for loops. Thank you, Chee [[alternative HTML version deleted]]
2011 Aug 24
1
Help: convert entry of a list into a matrix
...get: I would like to convert a[[2]] into a matrix, keeping the double index, into > mat1 [,1] [,2] [,3] [1,] 5 6 9 [2,] 7 8 10 The list I have is huge and so is each of its elements, and do not want to use unlist because I do not understand it fully. Thank you, Chee [[alternative HTML version deleted]]
2003 Aug 21
3
Conference + time limit
Hello Conference again. Meetme can now limit number of users in a room. Can it also limit how long a conference session? Someone ask the same question (from achive) but doesn't have a solid answer. Foong -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030821/c1ca1383/attachment.htm
2003 Jun 09
1
Swat documentation broken
...nder docs/docbook/smbdotconf and found that smb.conf.5.xml supposingly should include files "parameters.service.xml" and "parameters.all.xml" but I could not find them anywhere. I think this is what caused the generation of smb.conf.5.html to be incomplete. Please help. Thanks Chee Wai __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com
2012 Mar 10
1
Help on subgraphs in xyplot of lattice library
...a 4-by-4 plot by xyplot, i.e., 4 sample size values, each of which has 4 plots. I know how to do this using plot, but the spaces between subplots are big. I do not know how to make each subplot in xyplot an overlayed one as it would appear using plot. Any help would be appreciated! Thank you, Chee [[alternative HTML version deleted]]
2013 Feb 02
2
Question: write an R script with help information available to the user
...f_script\my_script.r"), then run, my_func(arg1, arg2, ..), to execute the procedure. 2. I would like to add some lines into "my_script.r", so that a user can get information on this file and function by using "?my_func" Any help or suggestion is appreciated. Best regards, Chee [[alternative HTML version deleted]]
2001 Sep 10
1
Multiresponse parameter estimation
...del is a set of ODEs. I am specifically interested in obtaining the parameter covariance matrix, as well. Which package(s) in R would I use to do such a thing? Mark Schaffer Dept. of Chemical Engineering Queen's University Kingston, ON Tel: 613-533-6758 Fax: 613-533-6637 Email: schaffer at chee.queensu.ca http://chemeng.chee.queensu.ca/~schaffer/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body&...
2011 Apr 18
1
Extract indices after comparing two vectors
...r idx1 < c(2,4), because the 2nd and 4th entries of A satisfy the conditions Question 2: I would like to know the maximum index of the entry in A for which the relationship is true. In this case, max_indx = 4, since the 4th entry of A is such. Could you please give me some hints? Thank you, -Chee [[alternative HTML version deleted]]
2011 Apr 19
1
How to get the tuning parameter lamda in storey's qvalue package
Dear All, In Storey's estimator of the proportion of true nulls, the estimator depends on the tuning parameter lamda. Suppose now that an estimator of this proportion has been obtained by the qvalue package, what is the lamda that corresponds to the estimate? How to get this lamda? Thanks, -Chee [[alternative HTML version deleted]]
2011 Apr 22
1
How to generate normal mixture random variables with given covariance function
...Now suppose these m random variables are jointly m-dimensional normal with correlation matrix M= (m_ij). How to proceed next or how to start correctly ? Question: 1. Are Z_i, i=1,...,m I have generated jointly normal? 2. How to get them such that they are jointly normal with M Thank you, -Chee [[alternative HTML version deleted]]
2011 Nov 06
1
Request for Help: remove zero in fraction from tick labeling
...lowing: 1. suppose I have x values from the ordered from 0, 0.5, 1, and would like to label these three points on the x-axis. 2. However, R labels them as 0.0, 0.5, 1.0. But I wan5 them to be 0, .5, 1, since the former way uses limited space of a multi-subgrap plot by adding extra zeros Thank you, Chee [[alternative HTML version deleted]]
2006 Mar 30
6
MS SQL query strangeness for ActiveRecord in Rails
Hi, I am currently trying to move my rubyonrails app from Linux to Windows server utilizing MS SQL instead of MySQL due to "business" reason. All my listing screen utilize a drop down list in each column to allow user to "filter" the listing based upon the value chosen from the drop down list. In the controller, I used find() method but with customized parameters such as