Displaying 2 results from an estimated 2 matches for "t8l".
Did you mean:
  28l
  
2006 Jul 26
0
SURVEY PREDICTED SEs: Problem
...te SEs. As a comparison, I ran the same
model without the survey design; the predicted SEs come out fine.
Here is example code (first no survey design model and predictions;
then survey design model and predictions):
> #MODEL COEF. ESTIMATES (NO SURVEY DESIGN)
> model.l.nosvy <- glm(qn58~t8l,data=all.stratum,family=binomial)
> summary(model.l.nosvy)
Call:
glm(formula = qn58 ~ t8l, family = binomial, data = all.stratum)
Deviance Residuals:
   Min      1Q  Median      3Q     Max
-1.310  -1.245   1.050   1.111   1.158
Coefficients:
             Estimate Std. Error z value Pr(>|z|...
2004 Aug 07
1
multiple instances of NSD
I'm trying to set up a machine which will be running multiple instances
of NSD to serve different sets of zones from different interfaces.  What
I'm running into is that I can't specify different PID files to refer to
on the command line.
Are there any shortcuts or do I need to go write a patch?
Any other implications of multiple instances?
--