search for: adamaki

Displaying 3 results from an estimated 3 matches for "adamaki".

Did you mean: adamski
2009 Dec 16
1
WinBUGS - R2WinBUGS problem
...eters.to.save = c("beta"), model.file = mfile, working.directory = tdir, n.thin = nthin, n.chains = 1, n.iter = niterations*nthin, n.burnin = 0, DIC = F, debug = T, save.history=F) which opens WinBUGS and executes the following log file: display(log) check(C:/Documents and Settings/sbadamakis/Desktop/model_4/model_4.txt) model is syntactically correct data(C:/Documents and Settings/sbadamakis/Desktop/model_4/output1/data.txt) data loaded compile(1) model compiled inits(1,C:/Documents and Settings/sbadamakis/Desktop/model_4/output1/inits1.txt) model is initialized gen.inits() c...
2006 Apr 13
1
Fortran code
Hi! I have faced a big problem with R on my LINUX machine. I want to load a Fortran code via R, but the program can't do it. I have tried to load simpler codes, which seem to work perfectly, but the code I would like to load - which is a little more complicated - can't be loaded. I have installed the R 2.2.1 version. Should I need anything else to install (e.g. a library)? Is there a way
2010 Dec 21
0
"variable lengths differ (found for '(weights)')" error in Zelig library
Dear R users, I am trying to estimate to estimate the average treatmen effect on the treated (ATT) using first the MatchIt software to weight the data set and, after this, the Zelig software as shown in Ho et al. (2007). See here for an explanation of how to apply this technique in R: http://imai.princeton.edu/research/files/matchit.pdf I encounter a slight problem when I apply the weights that