Displaying 5 results from an estimated 5 matches for "nsite".
Did you mean:
site
2002 Oct 29
2
wierd problem concerning directory, symlinks, chroot
...sr/sbin/in.tftpd
nice = 5
instances = UNLIMITED
per_source = UNLIMITED
cps = 200 20
server_args = -p -v -v -u nobody -c
}
with this config, nothing appears to work:
Oct 29 13:53:37 nsite-mpls-1 in.tftpd[4698]: RRQ from 10.13.0.60 filename
aaa-config
Oct 29 13:53:37 nsite-mpls-1 in.tftpd[4698]: sending NAK (2, Access violation)
to 10.13.0.60
mind you that aaa-config shouldn't have any permissions problems:
[13:54:20] nsite-mpls-1:/tftpboot> ls -l aaa-config
-rwxrwxrwx 1 m...
2011 Mar 19
2
problem running a function
...ww.mbr-pwrc.usgs.gov/pubanalysis/roylebook/panel4pt1.fn
that applied to my data and in the console is as follows:
> `desman.y` <- structure(c(3L,4L,3L,2L,1L), .Names = c("1", "2", "3", "4",
> "5"))
>
> RN<-function(y=desman.y,J=5,nsites=39,Nmax=100){
+ ####
+ lik<-function(parms){
+ r<-expit(parms[1])
+ lambda<-exp(parms[2])
+ pvec<-1-(1-r)^(0:Nmax)
+ gN<-dpois(0:Nmax,lambda)
+ gN<-gN/sum(gN)
+ lik<-rep(NA,nsites)
+ for(i in 1:nsites){
+...
2005 Jul 12
4
Calculation of group summaries
I know R has a steep learning curve, but from where I stand the slope
looks like a sheer cliff. I'm pawing through the available docs and
have come across examples which come close to what I want but are
proving difficult for me to modify for my use.
Calculating simple group means is fairly straight forward:
data(PlantGrowth)
attach(PlantGrowth)
stack(mean(unstack(PlantGrowth)))
2012 Aug 30
0
storage mode error question (R2winBUGS)
...been trying to run a model using R2winBUGS, and recurrently I
get the message:
"Error in FUN(X[[3L]], ...) :
invalid to change the storage mode of a factor"
My model is the following:
sink("GLMM_Poisson.txt")
cat("
model{
mu~dnorm(0,0.01)
beta1~dnorm(-1,1)
for(j in 1:nsite){
alpha[j]~dnorm(mu.alpha,tau.alpha)
}
mu.alpha~dnorm(0,0.01)
tau.alpha<-1/(sd.alpha*sd.alpha)
sd.alpha~dunif(0,5)
#Likelihood
for (i in 1:n){
for(j in 1:nsite)
C[i,j]~dpois(lambda[i,j])
log(lambda[i,j])<-mu+beta1*HABITAT[i,j]+alpha[j]
} #J
}#i
}
",fill=TRUE)
sink()
win.data<-li...
2003 Dec 01
0
No subject
...r.
It tries this 445 thing a couple of times, but each time, linux-samba sends
back a RST,ACK.
Any ideas on where I should start looking? There doesn't seem to be anything
going on in /var/log/messages or /var/log/samba/smb.log
thanks for any direction...
----
Aamer Akhter / aa@cisco.com
NSITE cisco Systems
----
Aamer Akhter / aa@cisco.com
NSITE cisco Systems
Return-Path: <abartlet@pcug.org.au>
Delivered-To: samba@samba.org
Received: from dnscache.cbr.au.asiaonline.net
(dnscache.cbr.au.asiaonline.net [210.215.8.100]) by lists.samba.org
(Postfix) with ESMTP id 977FD4ADC for...