search for: emplid

Displaying 4 results from an estimated 4 matches for "emplid".

Did you mean: empid
2009 Nov 12
1
Transforming a dataframe into a response/predictor matrix
I currently have a data frame whose rows correspond to each student and whose columns are different variables for the student, as shown below: Lastname Firstname CATALOG_NBR Email StudentID EMPLID Start 1 alastname afirstname 1213 *@uark.edu 10295236 # 12/2/2008 2 anotherlastname anotherfirstname 1213 **@uark.edu ## 10295236 9/3/2008 Xattempts Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11 Q12 Q13 Q14 Q15 Q16 Q17 Q18 Q19 1 1 1 1 0 0 0 0 0 0 0 1...
2012 Oct 16
2
List of Levels for all Factor variables
...what I mean by "clean succinct list". BTW I also tried playing around with several of the parameters for the str function itself but could not find a way to accomplish what I want to accomplish. 1. DATAFRAME > str(mydata) 'data.frame': 11868 obs. of 26 variables: $ EMPLID : int 431108 32709 19730 10850 48786 2004 237628 558 3423 743175 ... $ NAME : Factor w/ 6402 levels "Aaron Cathy E",..: 2777 242 161 104 336 4254 1595 1244 3669 4760 ... $ TRAIN : int 1 1 1 1 1 1 1 1 1 1 ... $ TARGET : int 0 0 0 0 0 0 0 0 0 0 ......
2013 Apr 26
1
Stratified Random Sampling Proportional to Size
...ecords by the two variables I want to use as strata Library(RODBC) library(sqldf) library(sampling) #After establishing connection I query the data and sort it by strata APPT_TYP_CD_LL and EMPL_TYPE and store it in a dataframe CURRPOP<-sqlQuery(ch,"SELECT APPT_TYP_CD_LL, EMPL_TYPE,ASOFDATE,EMPLID,NAME,DEPTID,JOBCODE,JOBTITLE,SAL_ADMIN_PLAN,RET_TYP_CD_LL FROM PS_EMPLOYEES_LL WHERE EMPL_STATUS NOT IN('R','T') ORDER BY APPT_TYP_CD_LL, EMPL_TYPE") #ROWID is a dummy ID I added and repositioned after the strat columns for later use CURRPOP$ROWID<-seq(nrow(CURRPOP)) CURRPOP...
2012 Jun 20
0
"idmap backend = ad" saga continues
...d random UID/GID's on every box. Then we tried using the RID backend with some improvement, then users had "random" UID/GID's that at least were the same on every box. But their default group was always "Domain Users" and we'd really prefer that their UID match their emplid. So idmap backend = ad enters the picture. I've found a slew of posts mentioning it but not many that claim to have made it work. Posted some questions here and got some good guidance but still haven't figured this out but I have narrowed down the trouble a bit. Take a look at the below s...