search for: wt1

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

Did you mean: w1
2011 Sep 12
2
creating a new column with values from another
I have 2 columns for weight. There are NAs in each column but not for the same observation. Some observations have values for both. I would want to prioritize the WT2 values so I would like to do the following: >From this: ID WT1 WT2 1 134 NA 2 145 155 1 NA 175 3 NA 187 To this: ID WT1 WT2 WT 1 NA 175 175 2 145 155 155 3 NA 187 187 Populating the NA values of wt2 with those of wt1 would wor...
2002 Feb 12
10
Winbind - Why won't you authenticate???
Well, I managed to get Samba 2.2.3 up and running on our Solaris 8 machine. I installed with the winbind option and everything went though just find. I was able to join the NT domain and now I can do a wbinfo -u "and get a domain user list as well as a "wbinfo -g and get a group list. For some reason though, the authentication isn't working. I tried to "wbinfo -a" and
2002 Feb 12
2
linux groups & NT global groups with winbindd
I posed this question earlier but it was with another question and I think it got lost. I have winbindd up and running and working great. If I add NT domain users to an NT domain global group, add that group to a local linux group in /etc/group, and then assign that local linux group ownership of an object (file or dir) should this work? In other words, can you still use local linux groups as
2002 Feb 14
0
Sharing to domain users?
...14:21:05, 5] nsswitch/winbindd.c:(490) read failed on sock 12, pid 1623: EOF WHAT SHOULD BE HAPPENING here is the following: [2002/02/13 11:34:46, 10] nsswitch/winbindd.c:(369) process_request: request fn AUTH_CRAP [2002/02/13 11:34:46, 3] nsswitch/winbindd_pam.c:(92) [25106]: pam auth crap wt1/administrator (of course, with YOUR domain and username specified instead of mine (wt1/administrator). What is highly unusual is that process_request is reporting an unknown request for fn 12 (which is what AUTH_CRAP ie WINBINDD_PAM_AUTH_CRAP evaluates to). it SHOULD have found this function i...
2003 Apr 22
1
Quick query on output
...put. So, what I've written is: EXCERPT FROM COMMAND FILE: glmmPQL(plfp ~ -1 + bmrd4 + bmsd4 + wmrd4 + wmsd4 + bfrd4 + bfsd4 + wfrd4 + wfsd4 + y4yrsed + y4age + y4age2, data=PLFPANAL, random=~ bm4 + wm4 + bf4 + wf4 | state, family=binomial, weights=wt1) summary(fm1) q END OF EXCERPT FROM COMMAND FILE I bet the "suummary(fm1)" line is wrong, it was apparently a holdover from some other code I tried to emulate. At any rate, what do I do to get the output? Have I done enough? Is something else required? Assistance or reassurance gr...
2002 Mar 12
6
Memory leak in winbindd
I'm running Samba 2.2.3a on NetBSD. I've been having an annoying problem with winbindd dying inexplicably. I finally found a test that seems to (eventually) kill it: while wbinfo -t > /dev/null; do /usr/bin/true; done The problem is a memory leak in winbindd. Actually, wbinfo -t will still work, but wbinfo -u doesn't (response.extra_data is always null). Is this a known
2007 Jun 04
0
nls problems
...(conc1=conc[1], conc.1=conc[-1], rate=rate)) # Passing arguments using a list that can not be coerced to a data.frame weighted.MM1 <- function(resp, conc1, conc.1, Vm, K){ conc <- c(conc1, conc.1) resp <- TI$rate # pred <- (Vm * conc)/(K + conc) (resp - pred) / sqrt(pred) } Pur.wt1 <- nls( ~ weighted.MM1(rate, conc1, conc.1, Vm, K), data=TreatIrreg, start = list(Vm = 200, K = 0.1), trace = TRUE) ## ## ERROR MESSAGE: ## Error in data.frame(conc1 = 0.02, conc.1 = c(0.02, 0.06, 0.06, 0.11, 0.11, : ## arguments imply differing number of rows: 1, 11, 12 ##...
2012 May 24
1
svychisq using two frames
...t figure out how to do this across what is currently two data frames. I haven?t actually tried to run a svychisq with the two frames yet as I am waiting on the data for the second frame. I?m trying to plan out the logic ahead of time. So, let?s say I have survey design frame Year1 with variables Wt1 and MyVar, and survey design frame Year2 with variables Wt2 and MyVar ? remember the variable name is the same in both frames. My first inclination is that I would use a statement like: svychisq(~MyVar+MyVar, Year1+Year2, statistic=?Chisq?) However, it seems from reading the help files that I can...
2008 Aug 17
1
before-after control-impact analysis with R
...aset, site is nested within harvest (H) and year is nested within before-after (BA). Also, site is considered as random by the authors. The data (fake again) can be produced with the following commands: >site<-c(rep(c("A1","A2", "RR1", "RR2", "WT1", "WT2", "WT3", "WT4"),8)) >H<-c(rep(c("exp", "exp", "prot", "pro", "exp", "exp", "exp", "exp"), 8)) >year<-c(rep(1989,8), rep(1990,8), rep(1991,8), rep(1993,8), rep(199...
2009 Mar 31
2
scope of variables in R
..."pwtset" <- function(n) { cat("\n BEGIN 'pwtset' \n") if(n < 100){ ncof <- n }else{ ncof <- n -100 } ........ } BEGIN 'pwtset' function 'pwtset': ncof = 4 END 'pwtset' function 'ford': BEFORE calling wt1, ncof: 0 Thank you very much for removing my confusion. Maura tutti i telefonini TIM! [[alternative HTML version deleted]]