Displaying 2 results from an estimated 2 matches for "dept2".
Did you mean:
depth
2009 Oct 11
3
Error in family$family : $ operator is invalid for atomic vectors
Dear List,
I'm having problem with an exercise from The R book (M.J. Crawley) on page
567.
Here is the entire code upto the point where I get an error.
data(UCBAdmissions)
x <- aperm(UCBAdmissions, c(2, 1, 3))
names(dimnames(x)) <- c("Sex", "Admit?", "Department")
ftable(x)
fourfoldplot(x, margin = 2)
dept<-gl(6,4)
sex<-gl(2,1,24)
2009 Oct 09
0
ntlm_auth, universal principal name, multi-domain active directory - can samba authenticate?
...h tests resulted in the
following.
Using a user account found in DEPT1.COMPANY.NET child domain
ntlm_auth --username=user1 WORKS
ntlm_auth --username=user1 --domain=DEPT1 WORKS
ntlm_auth --username=user1 at company.net DOES NOT WORK
Using a user account found in DEPT2.COMPANY.NET child domain
ntlm_auth --username=user2 DOES NOT WORK
ntlm_auth --username=user2 --domain=DEPT2 WORKS
ntlm_auth --username=user2 at company.net DOES NOT WORK
The error received is
NT_STATUS_NO_SUCH_USER: No such user (0xc0000064)
Hopefully this is...