Displaying 2 results from an estimated 2 matches for "ssite".
Did you mean:
site
2007 Jan 09
1
contingency table analysis; generalized linear model
Dear List,
I would appreciate help on the following matter:
I am aware that higher dimensional contingency tables can be analysed using either log-linear models or as a poisson regression using a generalized linear model:
log-linear:
loglm(~Age+Site, data=xtabs(~Age+Site, data=SSites.Rev, drop.unused.levels=T))
GLM:
glm.table <- as.data.frame(xtabs(~Age+Site, data=SSites.Rev, drop.unused.levels=T))
glm(Freq ~ Age + Site, data=glm.table, family='poisson')
where Site is a factor and Age is cast as a factor by xtabs() and treated as such.
**Question**:
Is it accepta...
2003 Oct 07
1
Still having touble with Redhat 7.1 and windows 2003 DC authentication.
Hi there
I'm still going round in circles trying to get winbindd authentication
against a 2003 server working.
I have what appears to be the same problem as:
http://www.ssite.org/articles/view.aspx?class=2&articleid=2
There's something wrong with the SMB Packet signing on this machine.
In parallel, I succcessfully built and have got working samba-devel on
FreeBSD 5.1 against the same ADS.
I used these hints:
http://www.mail-archive.com/freebsd-questions@freebsd...