search for: klutzy

Displaying 3 results from an estimated 3 matches for "klutzy".

2010 Feb 28
1
"Types" of missingness
...to use the data frame in for instance lm( ), but later operate only on those observations who "refused to respond"? Of course I can always work around this somehow, especially in this easy example, but as data frames get larger and cases more complex the workarounds seem more and more klutzy to me. So, if there is an easy way to do this that I have overlooked, I would be grateful for any advice or references. Best, Christian -- Christian Raschke Department of Economics and ISDS Research Lab (HSRG) Louisiana State University Patrick Taylor Hall, Rm 2128 Baton Rouge, LA 70803 crasch2...
2011 Nov 19
1
Advice on recoding a variable depending on another which contains NAs
...CQ:SCQ40 d$SCQScore[SCQ1 == 2] <- d$SCQScore2[SCQ1 == 2] ## Can't do this, so sum SCQ8:SCQ40 d$SCQScore[SCQ1 == 3] <- d$SCQScore1[SCQ1 == 3] ## We don't know if he/she can talk, so guess - sum S2:S40 This type of thing is a common problem in my little world. Is there a better/less klutzy/smarter way of solving it than creating a new variable each time? Please bear in mind that it is critical, for later analysis, to keep the missing values in SCQ1. Best wishes, Anthony Staines -- Anthony Staines, Professor of Health Systems, School of Nursing and Human Sciences, DCU, Dublin 9,I...
2015 May 31
1
unable to join a SAMBA linux box to MSWindows 2012 AD
...t server's current time! LDAP server: 192.168.1.218 LDAP server name: fask-SERVER01.fask.com Realm: fask.COM Bind Path: dc=fask,dc=COM LDAP port: 389 Server time: Wed, 31 Dec 1969 16:00:00 PST KDC server: 192.168.1.218 Server time offset: 0 [/code] and just to make sure i'm not being really klutzy about this, the User to be used in the net join is a user on the existing Windows AD that I want to join that has administrative rights and not the local debian super user. Help please, i need to get the Debian machine on the domain so that an ftp server can use it.