search for: listc

Displaying 2 results from an estimated 2 matches for "listc".

Did you mean: list
2009 Oct 09
1
svy / weighted regression
...used a propensity weight of 1/[sampling probability] in various generalized linear regression-procedures, but I am having trouble setting this up. I bet the solution is simple, but I?m a R newbie. Code to illustrate my problem below. Thanks Laust # loading survey library(survey) # creating data listc <- c("Denmark","Finland","Norway","Sweden","Denmark","Finland","Norway","Sweden") listw <- c(1,2,1,1,1,1,1,1) listd <- c(0,0,0,0,1000,1000,1000,2000) listt <- c(750000,500000,900000,1900000,5000,5000,5000,10...
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 listb and li...