Displaying 5 results from an estimated 5 matches for "ae1".
Did you mean:
a1
2005 Aug 04
1
Where the error message comes from?
...r1 <- cor(d1[,2:3])[1,2]
# COST #
ac1 <- anova(lm(c~g,d1))
rc1 <- (ac1[1,3]-ac1[2,3])/(ac1[1,3]+(m-1)*ac1[2,3])
if (rc1 < 0) rc1 <- 0
vc1 <- var(d1[,2])
mc1 <- as.vector(by(d1[,2],as.numeric(d1[,1]),mean))
vc1m <- vc1*(1+(m-1)*rc1)/(k*m)
# EFFECT #
ae1 <- anova(lm(e~g,d1))
re1 <- (ae1[1,3]-ae1[2,3])/(ae1[1,3]+(m-1)*ae1[2,3])
if (re1 < 0) re1 <- 0
ve1 <- var(d1[,3])
me1 <- as.vector(by(d1[,3],as.numeric(d1[,1]),mean))
re1p <- 1- m*sum(me1*(1-me1))/(k*(m-1)*mean(me1)*(1-mean(me1)))
ve1m <- ve1*(1+(m-1)*r...
2010 Sep 21
2
Trouble with Optimization in "Alabama" Package
...(NA,2)
h[1]=x[1]+x[2]-y[1]-y[2]
h[2]=x[3]+x[4]-y[3]-y[4]
return(h)
}
ans2=constrOptim.nl(par=p1,fn=fn,hin=hin,heq=heq,control.outer=list(itmax=
1000,mu0=.00001),list(y,y,y))
Any advice or explanation of my errors would be greatly appreciated!
--
Erik O. Kimbrough
Department of Economics (AE1)
School of Business and Economics
Maastricht University
[[alternative HTML version deleted]]
2006 Oct 15
3
VoicePulse Connect 4 Channel Limit?
Does anyone know what happens if you try to have 5 concurrent outgoing
channels with VoicePulse Connect? Does it give you an error message or a
reorder or something? I'm worried about using them as my primary carrier if
this is the case.
I noticed that they supposedly only allow 4 channels for free and then you
have to pay $20 a month extra per channel. I'm guessing this is for inbound
2010 Jul 16
6
Lost zpool after reboot
Hello,
I have a dual boot with Windows 7 64 bit enterprise edition and Opensolaris build 134. This is on Sun Ultra 40 M1 workstation. Three hard drives, 2 in ZFS mirror, 1 is shared with Windows.
Last 2 days I was working in Windows. I didn''t touch the hard drives in any way except I once opened Disk Management to figure out why a external USB hard drive is not being listed.
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by
puppet, such as:
notice:
/Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner:
owner changed ''root'' to ''logstash''
notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed
''stopped'' to ''running''