Skip to content

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.

8 results for “from:Yvan Richard”

Conditional recoding for purpose of imputing
Yvan Richard · Feb 9, 2014 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140210/99f8092b/attachment.pl>

JAGS 4.x, rjags 4.x problems | Linux
Yvan Richard · Nov 4, 2015 · r-help

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...

3D graphics
Yvan Richard · Feb 18, 2014 · r-help

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...

Loop Issue
Yvan Richard · May 22, 2014 · r-help

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...

GGPLOT Question - #2
Yvan Richard · Apr 6, 2014 · r-help

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...

distance by sea
Yvan Richard · Jun 7, 2014 · r-help

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...

JAGS 4.x, rjags 4.x problems | Linux
Yvan Richard · Nov 4, 2015 · r-help

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...

inefficient for loop, is there a better way?
Yvan Richard · Dec 12, 2017 · r-help

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 .