Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140210/99f8092b/attachment.pl>
Hi Evan The last version of rjags on CRAN is 4.4. Have you tried it? http://cran.stat.auckland.ac.nz/web/packages/rjags/index.html I did have the same problem before updating it, but it now works...
For an exploratory look at the data, the package rgl (that uses OpenGL) is great. On 19 February 2014 05:20, Louis Schreierlc <schreierlc at gmail.com> wrote: > Hi > I have a large data set that consists of a time...
Hi Ricardo Assuming you have a good reason to use such approach (what are you trying to do ultimately?), you can just increment your counter when you get a good value, i.e.: x <- numeric() n <- 0 while (n < 10...
Hi Phil, You don't need multiple data frames. A single one will do. Try that. df <- rbind(df1, df2, df3, df4, df5, df6) df$type <- c('a','a','b','b','c','c') ggplot() + geom_crossbar(data = df, aes(ymin...
Tell me if I'm wrong, but I am guessing that you are trying to calculate the minimum distance between two points, given the presence of barriers between them. For this problem, I have been using cost distances. By giving...
According to the README file in the rjags source code (in the tar.gz file), you can apparently pass options to the configure script to specify where JAGS is installed. I'm confident you can solve your problem by following...
One way of doing it with data.table. It seems to scale up pretty well. It takes 4 seconds on my computer with ts <- 1:1e6. library(data.table) per <- 7 elev1 <- 0.6 elev2 <- 0.85 ts <- 1:1000...
Can't find what you're looking for? Try searching with Google .