search for: cmb

Displaying 20 results from an estimated 52 matches for "cmb".

Did you mean: 2mb
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello, Our database is in is-8859-1, and I want to update some text fields without success due to some accentuate characters ?? ect ... In my html page (where the charset is iso-8859-19) my textarea display the accentuate characters well and when the user post the form ... I thought that I just need to save it .... without success since ruby map one byte for one character ... So I
2012 Nov 14
5
aggregate combination data
Dear R users, I want to aggregate all *d *data from all combination of n *plots* taken by k. Thank very much! My data is like that: plot d 1 14 1 13 1 12 1 14 1 18 1 20 1 21 1 43 1 108 1 43 2 41 2 61 2 83 2 61 2 84 2 45 2 21 2 12 2 11 ... 100 10 100 12 -- --- Catalin-Constantin ROIBU Forestry engineer, PhD Forestry Faculty of Suceava
2011 Jul 07
2
elimination duplicate elements sampling!
Hi everyone! I have a data frame with 1112 time series and I am going to randomly sampling r samples for z times to compose different portfolio size(r securities portfolio). As for r=2 and z=10000,that's: z=10000 A=seq(1:1112) x1=sample(A,z,replace =TRUE) x2=sample(A,z,replace =TRUE) M=cbind(x1,x2) # combination of 2 series Because in a portfolio with x1[i]=x2[i],(i=1,2,...,10000) means a 1
2006 Jul 10
0
ajax scaffold problem
...om it is adressed. If you are not the intended addressee of this message, you should not use, open, disseminate, distrubute, print or copy this e-mail. If you have received this email in error, please delete it from your system and notify the sender immediately. The Capital Markets Board of Turkey (CMB) does not accept any legal responsibility whatsoever for the contents of this message. Any opinions contained in this message are those of the author and are not given or endorsed by the CMB. The CMB does not warrant the accuracy, integrity and currency of the information transmitted with this mess...
2006 Jul 12
0
Lookup Field ??
...om it is adressed. If you are not the intended addressee of this message, you should not use, open, disseminate, distrubute, print or copy this e-mail. If you have received this email in error, please delete it from your system and notify the sender immediately. The Capital Markets Board of Turkey (CMB) does not accept any legal responsibility whatsoever for the contents of this message. Any opinions contained in this message are those of the author and are not given or endorsed by the CMB. The CMB does not warrant the accuracy, integrity and currency of the information transmitted with this mess...
2006 Jul 11
1
paginate with only some columns
...om it is adressed. If you are not the intended addressee of this message, you should not use, open, disseminate, distrubute, print or copy this e-mail. If you have received this email in error, please delete it from your system and notify the sender immediately. The Capital Markets Board of Turkey (CMB) does not accept any legal responsibility whatsoever for the contents of this message. Any opinions contained in this message are those of the author and are not given or endorsed by the CMB. The CMB does not warrant the accuracy, integrity and currency of the information transmitted with this mess...
2010 Oct 19
0
R script help needed for RFC 2104 HMAC algorithm
...(InnerXOR, 1, paste, collapse='') InnerXORhex <- cbind(InnerXORbin, sapply(InnerXORbin, function(x) paste(hex[x], collapse='') )) InnerXORhex <- t(matrix(InnerXORhex[,2],2,64)) InnerXORhex <- apply(InnerXORhex, 1, paste, collapse='') dataHex <- charToRaw(data) cmb <- c(InnerXORhex, dataHex) cmb <- paste(cmb, collapse='') InnerHash <- digest(cmb, algo="md5") opad_bin <- cbind(opad, sapply( strsplit(opad,'') , function(x) paste( bin[x], collapse='' ) ) ) opad_binnum <- sapply( strsplit(opad_bin[,2],''...
2006 Jul 11
0
malformed utf-8 character error
...om it is adressed. If you are not the intended addressee of this message, you should not use, open, disseminate, distrubute, print or copy this e-mail. If you have received this email in error, please delete it from your system and notify the sender immediately. The Capital Markets Board of Turkey (CMB) does not accept any legal responsibility whatsoever for the contents of this message. Any opinions contained in this message are those of the author and are not given or endorsed by the CMB. The CMB does not warrant the accuracy, integrity and currency of the information transmitted with this mess...
2012 Jun 08
1
Saving estimates after nested loops
 Hi R-listers, Savings regression results after a loop is straightforward. But what about when you have nested loops? I am running a regression of the form  lm(y~1+x+M+ D[,i] + D[,j] + D[,k]) where x is the variable of interest. M and D are vectors with other covariates. Vectors "M" and "x" are included in every regression. Then i loop over the columns of D to use all
2016 Apr 15
0
aggregate combination data
...>>>> >>>>>>> ? Hello, >>>>>>>> Ok, I think this is it. >>>>>>>> >>>>>>>> fun <- function(x, k){ >>>>>>>> ? ? ? n <- length(x) >>>>>>>> ? ? ? cmb <- combn(n, k) >>>>>>>> ? ? ? apply(cmb, 2, function(j) x[j]) >>>>>>>> } >>>>>>>> >>>>>>>> fun2 <- function(x, p){ >>>>>>>> ? ? ? idx <- x[["plot"]] %in% p >...
2006 Nov 09
2
Algorithm needed
I have a matrix of size "n" and I want to create a new one in which the columns are sums of the original matrix, with some order in the sums. For example, if matrix A has 4 columns, then the new matrix should have 6 columns with the following info from the columns of A: 1+2, 1+3, 1+4, 2+3, 2+4, 3+4. If matrix A has 5 columns, then the new matrix has 10 columns: 1+2, 1+3, 1+4, 1+5, 2+3,
2012 May 11
3
Calculating all possible ratios
I have a data matrix with genes as columns and samples as rows. I want to create all possible gene ratios.Is there an elegant and fast way to do it in R and write it to a dataframe? Thanks for any help. Som. -- View this message in context: http://r.789695.n4.nabble.com/Calculating-all-possible-ratios-tp4627405.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML
2019 Sep 13
3
[Bug 14126] New: The atomic-rsync script can exit 0 when the operation failed.
...operation failed. Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayne at opencoder.net Reporter: cmb at prgmr.com QA Contact: rsync-qa at samba.org Created attachment 15469 --> https://bugzilla.samba.org/attachment.cgi?id=15469&action=edit patch for the issue The atomic-rsync script uses the call "exit $?" on a failed system() invocation. $? is a 16-bit wait status, an...
1998 Sep 20
1
samba crashes NT-workstation??
...has its standstills again. (and that's why it has to have something to do with the samba networking (or another networking problem). Did anyone have similar symptoms on his/her systems with linux-samba and NT-WS machine? (nt4sp3, security=user, samba-1.9.18pl1-10) Any clue welcome. Grettings cmb ### cmb@studi.unizh.ch
2006 Jan 16
1
How to analysis Y98 chips using RankProd package?
...("logical(0)", "logical(0)", : duplicate 'row.names' are not allowed What is the problem? Is there something wrong with my gene names file? How can I fix it? Thank you very much for your kind help. Best Regards, - Cleo Chia-Wen Cleo Chang PhD Student CMB, BioCentrum-DTU, Building 223, room 213 Technical University of Denmark, DK-2800 Lyngby, Denmark Telephone: +45 4525 2997, Fax: +45 4588 4148 E-mail: cwc@biocentrum.dtu.dk [[alternative HTML version deleted]]
2019 Apr 09
0
[RFC PATCH 05/12] s390/cio: add protected virtualization support to cio
...gt; - struct pgid pgid[8]; /* path group IDs per chpid*/ > - struct ccw1 iccws[2]; /* ccws for SNID/SID/SPGID commands */ > struct work_struct todo_work; > enum cdev_todo todo; > wait_queue_head_t wait_q; > @@ -169,6 +177,7 @@ struct ccw_device_private { > struct list_head cmb_list; /* list of measured devices */ > u64 cmb_start_time; /* clock value of cmb reset */ > void *cmb_wait; /* deferred cmb enable/disable */ > + struct ccw_device_dma_area *dma_area; > enum interruption_class int_class; > }; > So, this leaves some things I'm not...
2011 Jan 27
2
help for a loop procedure
Hello everybody! I’m trying to define the optimal number of surveys to detect the highest number of species within a monitoring season/session. To do this I want to run all the possible combinations between a set of samples and to calculate the total number of species for each combination of 2, 3, 4 …n samples events, so that at the end I will be able to define which is the lowest number of
2017 Nov 01
1
Creating Tag
...hz steak up" 20\ bobbie up" 20\ veg turkey up" slice swiss 20\ capastrami up" sample item 7 12\ ham&chz up" salad swiss 12\ veggie cheese stk up" california omelet orange juice exteme bac boy dinner salad chef salad 12\ turkey up" the big cheese combo it fries cmb sm pepsi km cheese burger #NAME? #NAME? kid grilled cheese wheat kids ham cheese white box calif. blt bacon turkey melt coffee 1-pc pancake fries tuna sand biscuits & gravy s-1/3 patty x avocado x chez s-bacon #NAME? xtra egg lg bev upcharge sm ice tea small soup roast beef ww salad tuna med pe...
2004 Sep 20
4
Multiple operations on list
Hello, suppose I have a list with matrices: a=list(x1=matrix(rnorm(10),5,2),x2=matrix(rnorm(10),5,2),x3=matrix(rnorm(10),5,2)) I want to compute for all combination of xi and xj (x1,x2 x1,x3 and x2,x3) a value. This value is given for the pair x1,x2 by trace(x1%*%t(x1)%*%x2%*%t(x2)) / trace(x1%*%t(x1))*trace(x2%*%t(x2)) I know that product matrices t(xi)%*%xi can be obtained by:
2006 Apr 26
3
Were to find appropriate functions for a given task in R
This is a generic request concerning were to look for finding appropriate information on a precise procedure in R. I’m using R for teaching introductory statistics and my students are learning how to deal with it. However, I find it difficult to locate some of the procedures. For instance, for basic crosstabulation, it is obvious that basic functions as table, ftable, and prop.table can be used.