Displaying 3 results from an estimated 3 matches for "cddesjar".
2011 Jun 23
2
Merging multiple data sets
Hi,
I am trying to merge data similar to the example data below
> dat0
id var1 var2 var3
2 1 0 1
3 1 0 1
4 0 1 1
5 0 1 1
> dat1
id var4 var5 var6
2 1 0 1
3 1 0 1
6 0 1 1
7 0 1 1
> dat2
id
2008 Oct 21
2
Determine package version in R
I have two versions of the lattice package installed on my computer. One is
at /usr/local/lib/R/site-library and the other one is at /usr/lib/R/library.
The one at the former location is the newer version and the one that I want
to make sure get's loaded for my class. The reason that I have two versions
installed is that the one in /usr/lib/R/library came in when I installed R
in Debian,
2009 Jul 16
1
Error with r2winbugs
Hi,
I am trying to do run the following model saved in "C:/bugs/sus.bug"
model {
for (i in 1:n){
y[i] ~ dpois(lamdba[i])
log(lambda[i]) <- mu+bmale[male[i]]+bschn[schn[i]]+epsilon[i] #
epsilon[i] ~ dnorm(0,tau.epsilon)
}
mu ~ dnorm(0,.0001)
bmale ~ dnorm(0,.0001)
tau.epsilon <- pow(sigma.epsilon, -2)
sigma.epsilon ~ dunif(0,100)
for (j in