search for: purnell

Displaying 2 results from an estimated 2 matches for "purnell".

Did you mean: purnelle
2010 Mar 10
1
Help with Samba 2.28 configuration
Hello, I'm not sure if anyone will get this note. If you are willing to help me, page me @ 800.247.0493 . I have Samba 2.28 installed and working on 2 Windows Server 2003. I am having trouble getting users authenticated on Samba via the windows server. I have solaris8 on the unix server. I have tried many, many methods. Currently, I trying to configure Samba with a domain setup... still no
2010 Apr 26
0
lm.ridge {MASS} intercept questions
I am trying to understand the code for lm.ridge from the MASS package. Here is the part I am having trouble understanding: if(Inter <- attr(Terms, "intercept")) { Xm <- colMeans(X[, -Inter]) Ym <- mean(Y) p <- p - 1 X <- X[, -Inter] - rep(Xm, rep(n, p)) Y <- Y - Ym } else Ym <- Xm <- NA Xscale <- drop(rep(1/n, n) %*% X^2)^0.5 X <- X/rep(Xscale, rep.int(n,