search for: popu

Displaying 4 results from an estimated 4 matches for "popu".

Did you mean: pop
2006 Jun 14
2
lmer binomial model overestimating data?
...t contrasts and AIC, BIC, and LRT to simplify fixed effects. Maybe this was wrong? > load("tf.RdataBin") > library(lme4) > options(contrasts=c("contr.helmert", "contr.poly")) > mod <- lmer(tfb ~ reg+nutrient+amd +reg:nutrient+ + (1|rack) + (1|popu) + (1|gen), data=dat.tb2, family=binomial, method="Laplace") > summary(mod) Generalized linear mixed model fit using Laplace Formula: tfb ~ reg + nutrient + amd + reg:nutrient + (1 | rack) + (1 | popu) + (1 | gen) Data: dat.tb2 Family: binomial(logit link) AIC BIC...
2006 Jun 09
1
binomial lmer and fixed effects
...ratios, AIC and BIC, with (or without) method="ML" (with didn't seem right to me)? I also received an error using adaptive Gaussian quadrature (but not Laplacian approximations): > mod2 <- lmer(yb ~ reg*nutrient*amd + + (1|rack) + (1|status) + + (1|popu) + (1|popu:amd) + + (1|gen) + (1|gen:nutrient) + (1|gen:amd) + + (1|gen:nutrient:amd), + data=datnm, family=binomial, method="AGQ") Error in lmer(yb ~ reg * nutrient * amd + (1 | rack) + (1 | status) + : method = "AGQ" not yet implemented f...
2018 Aug 06
0
Access by share name
...eserver1.XXXX.XXXX.XXX: OK Access share name Fileserver.XXXX.XXXX.XXX: OK Access share IP 192.168.200.1: OK Access share IP 192.168.200.10: OK(Ip stay server because UP) --- Access Server 2(200.2) Access share name Fileserver2.XXXX.XXXX.XXX: OK Access share name Fileserver.XXXX.XXXX.XXX: NO (Popup appears requesting domain authentication) Access share IP 192.168.200.2: OK Access share IP 192.168.200.10: OK(Ip stay server because server 1 is DOWN ) ========== * * *Yes, it may be coming from Samba, but only because Samba doesn't know who the user is and this may be down to the glust...
2018 Aug 06
2
Access by share name
...amba at lists.samba.org> wrote: > Hi! > > Thanks for anwser! > > Well, GlusterFS  just replicating(it is ok). > > Problem is access second server with specific name..... Yes, but what specific name ? is it the machines short hostname (netbios name) or what ? > > Popup appears requesting domain authenticatio, i think is generated > by Samba. Yes, it may be coming from Samba, but only because Samba doesn't know who the user is and this may be down to the glusterfs configuration. There doesn't seem to be anything wrong with your smb.conf, so I would st...