Displaying 2 results from an estimated 2 matches for "group11".
Did you mean:
group1
2012 Apr 17
1
Function with multiple indices
...7 13 0.002
1997 13 0.010
1997 13 0.079
1997 13 0.092
1997 13 0.118
1997 14 0.111
1997 14 0.013
1997 14 0.506
1997 14 0.333
1997 14 0.018
1997 14 0.017
1998 14 0.155
1998 14 0.018
1998 14 0.477
1998 14 0.312"), header=TRUE)
# The whole dataset
x1
# Data for the first group only
GROUP11 <- x1[1:10,]
GROUP11
# The function works for the first group in one year
perf = function(x) {
for (i in 1:nrow(x)) {
salesi <- x$SALES[i]
med <- median(x$SALES[-i])
print (salesi - med)
}
}
perf(GROUP11)
# Why the above funtion doesn...
2010 Jun 29
0
winbindd GETGRENT results in trusted domains environment
...14:
TEST\dnsadmins:x:100015: TEST\dnsupdateproxy:x:100016:
TEST\group1:x:100017: TEST\group2:x:100018: TEST\group3:x:100019:
TEST\group4:x:100020: TEST\group5:x:100021: TEST\group6:x:100022:
TEST\group7:x:100023: TEST\group8:x:100024: TEST\group9:x:100025:
TEST\group10:x:100026: TEST\group11:x:100027: CHILD\domain
computers:x:100030: CHILD\domain controllers:x:100031: CHILD\domain
admins:x:100032:CHILD\administrator CHILD\domain users:x:100033:
CHILD\domain guests:x:100034: CHILD\group policy creator
owners:x:100035:CHILD\administrator
If we turn off the domain CHILD.TES...