search for: listb

Displaying 9 results from an estimated 9 matches for "listb".

Did you mean: list
2006 Feb 27
4
Getting nuts with sortables...
.... First, the code I use: <h3>List A</h3> <ul id="lista" > <li id="item1"> Item 1</li> <li id="item2"> Item 2</li> <li id="item3"> Item 3</li> </ul> <h3>List B</h3> <ul id="listb"> <li id="item4"> Item 4</li> <li id="item5"> Item 5</li> </ul> <%= sortable_element "lista", :containment => "list", :url => { :action => "lista_action" } %> <%= sortable_element...
2013 Mar 15
2
phyper returning zero
Hi, I am attempting to use phyper to test the significance of two overlapping lists. I keep getting a zero and wondered if that was determining non-significance of my overlap or a p-value too small to calculate? overlap = 524 lista = 2784 totalpop = 54675 listb = 1296 phyper(overlap, lista, totalpop, listb,lower.tail = FALSE, log.p=F) [1] 0 If I plug in some different values I get a p-value but since zero is actually lower is the overlap significant, or more likely have I made a mistake in using the function? phyper(10, 100, 20000, 100,lower.tail = FALS...
2002 Apr 17
4
union of lists
Hi there, Given 2 lists of integer vectors, i.e.: > lista1 $"1" [1] 1 34 5 $"2" [1] 2 1 $"3" [1] 3 10 15 > lista2 $"1" [1] 1 5 $"2" [1] 2 1 $"3" [1] 3 10 29 I want to obtain the union of both, defined as the union of the vectors, that is lista.union[[1]] <- union(lista1[[1]],lista2[[1]]): > lista.union
2012 Jul 22
2
R Beginner : Loop and adding row to dataframe
...tly quite inexperienced with R. I try to create a function that simply take a value in a dataframe, look for this value in another dataframe and copy all the row that have this value This example is a simplified version of what I am doing but it's enough to help me listA Name NACE a 1 b 2 c 3 ListB NACE aaa bbb ccc 1 a a c 1 a a c 1 a a c 2 a a c 2 a a c 3 a a c 4 a a c 4 a a c 4 a a c The output i would like to have NACE aaa bbb ccc 1 a a c 1 a a c 1 a a c 2 a a c 2 a a c 3 a a c Code: listpeer <- function (x) { for (i in 1:length(listA$NACE)) TriNACE[i] <- subset.data.frame...
2006 Apr 16
0
Sortable
I have 3 sortables, namely lista, listb and listc. Lista being a static list of items and will be drag n drop to listb and listc. Everytime I drag from lista to either listb or listc, the items in lista will be removed. Is that normal? If so, can anyone advice how can I maintain the items in lista so that I can have duplicate items in li...
2010 May 05
2
Using statistical test to distinguish two groups
...rs: list <- c(1,2,3,2,3,2,3,4,3,2,3,4,3,2,400,340,3,2,4,5,6,4,3,6,4,5,3) I would like to 'learn' that 400,430 are different numbers by using a simple approach.The outcome of processing 'list' should therefore be: listA <- c(1,2,3,2,3,2,3,4,3,2,3,4,3,2,3,2,4,5,6,4,3,6,4,5,3) listB <- c(400,340) I am thinking a non-parametric test since I have no knowledge of the underlying distribution. The numbers are time differences between two actions recorded from a the same person over time. Because the data was obtained from the same person I would naturally tend to use Wilcoxon S...
2006 Feb 24
0
Newbie Question - Dropping to a Sortable
Hi, I am fairly new to Ajax and script.aculo.us - I have looked into the mailling list archive but could not find a simple enough answer to my problem. I want to allow users to - drag an item from list A and drop to listB, leaving the list A item in place (as in the Drag & drop shop example, http://demo.script.aculo.us/shop) - re-order list B to their needs. I do not want list A to be sortable ! Could someone please point me to an example that comes close to my needs, or indicate wich combination of sortable/...
2000 Aug 22
6
New beta bug reports/bug report
Hi. Joined the list since this seems to be the only point of communication. Just have two comments/questions. 1) I looked all around the developer's site and vorbis.com and don't see any mention of where to send bug reports for 1.0 beta. I'd think it would be a FAQ. 2) My bug for the new beta. (I'm hoping someone of the PTB is reading ... I definitely don't belong on the
2000 Aug 22
6
New beta bug reports/bug report
Hi. Joined the list since this seems to be the only point of communication. Just have two comments/questions. 1) I looked all around the developer's site and vorbis.com and don't see any mention of where to send bug reports for 1.0 beta. I'd think it would be a FAQ. 2) My bug for the new beta. (I'm hoping someone of the PTB is reading ... I definitely don't belong on the