search for: eqal

Displaying 10 results from an estimated 10 matches for "eqal".

Did you mean: ebal
2013 Oct 08
3
Latin Hypercube Sample and transformation to uniformly distributed integers or classes
...uot;yellow", "green", "red" with equal probability. Of course these attributes can be transformed into integers (1,2,3) with a uniform distribution. So far I've tried to use the round function: y[,3] <- round(qunif(x[,3], 5, 10)) which does not sample the 1 and 10 eqally to 2:8 (this is discussed already somewhere else here on the list in another context, and the function sample() is suggested). How can this be applied here and how can a column of the lhs-output be transformed in e.g integers 1:10 or the three colors as mentioned above? thanks, Johannes [[alt...
2006 Jun 15
4
help with table partition
Hi, I have a test_table where the dim is 62220 by 73 (row by col) I would like to partition the rows into 170 equal parts (170 tables where each is of dim 366 by 73), and rearrange them horizontally. The source codes I have: for (i in 1:170) { c = cbind(c,test_table[(367*i+1):(367*(i+1)),2:73]); } Unfortunately, using for loop and cbind for a table of this size
2012 Nov 15
3
merge dataframes with condition
...-c(21,45,78,6,18,77,89,17,28) place<-c("S","N","N","Z","R","G","O","P","Q") df2<-data.frame(animal,val,place) I would like to merge them with a condition. If "animal" and "place" are eqal in both df's, then add the values. If not add all three parameters ("animal","value","place") at the bottom (like rbind). I hope somebody can help me. Thank a lot. geo -- View this message in context: http://r.789695.n4.nabble.com/merge-dataframes-with-conditi...
2017 Oct 13
2
How to define proper breaks in RFM analysis
...5 15 1 8 2 2 2 1 1 2 ... $ Monetary : num 10 16.31 18.44 13.51 7.99 ... ... but the following criticism seems, well, _critical_ (as in essential for one to address if a reasonable proposal is to be offered.) > What is ?ideal interval? can you define it? Should it be such to provide eqal number of observations? That is the crucial question for you to answer, Hemant. Read the ?quartile help page if your answer is "yes" or even "maybe". > > Or maybe you could normalise your values and use quartile method. Well, maybe not so much on that last one, Petr. No...
2006 Jun 15
0
log returns (was: Re: help with table partition)
...To: Wong, Kim > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] help with table partition > > Hi > > maybe ?split and ?t is what you want > > mat<-matrix(rnorm(1000), 100,10) > > mat.s<-split(data.frame(mat), rep(1:5, each=20)) > #splits mat to list with 5 eqal submatrices > > lapply(mat.s,t) > # transpose matrices in list > > gives you a list of transposed tables, which is probably better than > separate tables. Just change rep(1:5,each=20) to rep (1:170, > each=366). > > or > a quicker one without data frame > > mat &...
2017 Oct 13
0
How to define proper breaks in RFM analysis
...> $ Monetary : num 10 16.31 18.44 13.51 7.99 ... > > ... but the following criticism seems, well, _critical_ (as in essential for one to address if a reasonable proposal is to be offered.) > > >> What is ?ideal interval? can you define it? Should it be such to provide eqal number of observations? > > That is the crucial question for you to answer, Hemant. Read the ?quartile help page if your answer is "yes" or even "maybe". >> >> Or maybe you could normalise your values and use quartile method. > > Well, maybe not so much o...
2017 Oct 23
1
How to define proper breaks in RFM analysis
...6.31 18.44 13.51 7.99 ... > > > > ... but the following criticism seems, well, _critical_ (as in > essential for one to address if a reasonable proposal is to be offered.) > > > > > >> What is ?ideal interval? can you define it? Should it be such to > provide eqal number of observations? > > > > That is the crucial question for you to answer, Hemant. Read the > ?quartile help page if your answer is "yes" or even "maybe". > >> > >> Or maybe you could normalise your values and use quartile method. > >...
2014 Jun 17
1
Secondary domain controller and promotion
I see the instructions about setting up a secondary domain controller at https://wiki.samba.org/index.php/Join_a_domain_as_a_DC but I am unclear on several points. I'm familiar with Kerberos/LDAP/DNS but not Windows administration. (1) This document talks about adding Samba as a slave to "an existing Active Directory domain" (presumably running Windows). Is it the same to
2017 Oct 13
0
How to define proper breaks in RFM analysis
...re unreadable, use dput(yourdata) instead. see ?dput > test<-read.table("clipboard", heade=T) Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : line 115 did not have 6 elements What is ?ideal interval? can you define it? Should it be such to provide eqal number of observations? Or maybe you could normalise your values and use quartile method. Cheers Petr From: Hemant Sain [mailto:hemantsain55 at gmail.com] Sent: Friday, October 13, 2017 8:51 AM To: PIKAL Petr <petr.pikal at precheza.cz> Cc: r-help mailing list <r-help at r-project.org&g...
2017 Oct 13
2
How to define proper breaks in RFM analysis
Hey, i want to define 3 ideal breaks (bin) for each variable one of those variables is attached in the previous email, i don't want to consider quartile method because quartile is not working ideally for that data set because data distribution is non normal. so i want you to suggest another method so that i can define 3 breaks with the ideal interval for Recency, frequency and monetary to