Displaying 3 results from an estimated 3 matches for "deptid".
2013 Apr 26
1
Stratified Random Sampling Proportional to Size
...e 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<-CURRPOP...
2004 Nov 30
1
RE: question about rails regarding handling more than onetable in one view
...Hi, Everyone
I am just starting to look at the rail and really like how it
works.
One question I can not figure out is how rails will solve the
following problem.
I have 3 tables
Table 1 - Provider table
ProvID
Name
Table 2 - Dept Table
DeptId
Name
Table 3 - ProvWorkAtDept
ProvID
DeptID
Table 3 is the relation table between provider and dept and one
provider can work at more than one dept.
Now if I want to have a view for provider which will let the
user edit specific provider
- na...
2006 Jun 06
0
ATI radeon x700 graphics installation
...n Centos 4.3
with the capability of 1280x800. I could not able to set the resolution
and the display switches back to vesa (800 x 600). Anyone succeed
in installing the graphics and is compatible to centos4.3.
I have downloaded and installed from,
https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=27
Thanks
Centoser.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060606/b0fca812/attachment-0002.html>