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.

65 results for “from:Celine”

Creating a cross table out of a large dataset
celine · Jul 26, 2007 · r-help

Dear all, I want to make a cross table out of a data set which is 2 columns wide and more than 150000 rows long. When I use the table() function I get an error message This is the code...

R and tcltk, problem to get the value entered
Jouanin Celine · Dec 12, 2014 · r-help

Hi dear R list, I would like to create a graphical user interface with tcltk.I want to have a window where the user will enter a numeric, this will open a message box with his value. This works, but...

distribution for ratios?
Celine Teplitsky · Jan 28, 2014 · r-sig-mixed-models

Dear all, thank you for your suggestions. The bivariate analysis is unfortunately not an option: in 'older' models using parent offspring regression, only heritability is estimated, there are no estimates of Va or Ve. Thanks again Celine > On Thu, 23...

function "rast.put" in package(GRASS)
CELINE RONDEY · Jul 23, 2002 · r-help

Dear all, I would like to use the "rast.put" function under R ( in package GRASS):"rast.put" moves a single numeric vector to Grass. This vector is the result of my kriging. In fact, i created a grid : grid...

raster package
Céline Bellard · Sep 4, 2012 · r-sig-geo

Hello, As you see in my example, I can't use plot function from raster library. First thing is that it seems that plot function hasn't the priority over the plot function from graphics package. But even if I...

No residual variance using MCMCglmm
Céline Teplitsky · Jun 20, 2014 · r-sig-mixed-models

Dear all, I have recently bumped twice in the same issue running glmm in MCMCglmm: the posterior distribution of residual collapses on 0. While I have often seen it for other effects (e.g ID) and interpreted it as evidence...

Problem with the scale of the Y-axis in the function points.geodata
Jouanin Celine · Oct 28, 2008 · r-sig-geo

Dear RSig, I have got some problems with the function points.geodata. I would like to change the scale of the Y-axis, and obtain a graph with the y coordinates from the minimum =1963367 and maximum = 1966367. Is it...

Issues with rJava on OS X El Capitan
Rozenblat Céline · Feb 15, 2016 · r-sig-mac

Dear all, I personally solved my problems with R using R-Studio? Hope it can help... Best Celine > Le 15 f?vr. 2016 ? 16:12, Berend Hasselman <bhh at xs4all.nl> a ?crit : > > >> On 15 Feb 2016, at 15:48...

Bug when open R_3_2_3 for MAC
Rozenblat Céline · Jan 9, 2016 · r-sig-mac

Dear R_Help, I?ve got a problem that when I open R on Mac (last version R3-2-3 on Capitan OSX System) , it does not allow to open a text file and crash regularly Sometimes it works for...

3D histogramm
Céline Henzelin · Nov 30, 2006 · r-help

thank you for your answer i checked my code and it now works One more question... do you know how to have an 3D histogramm from a known matrix of probabilities Cline >From: "David Barron" <mothsailor at googlemail.com> >To...

Support vector model?
Celine Carret · Dec 12, 2008 · r-help

Dear All, Apologies for sending this email to both list, but at this point I'm not sure which one could help me the most. I have 4 sets of data, 1 test and 3 different sets of controls. The...

prior specification in MCMCglmm
Celine Teplitsky · Apr 25, 2011 · r-sig-mixed-models

Dear all, I realise that Jarrod is doing field work, but I'm really hoping someone can answer my question while he's not around. I am running animal models estimating covariances between life history traits, and I'm having...

fixing covariances to 0 in MCMCglmm
Celine Teplitsky · Jan 31, 2013 · r-sig-mixed-models

Hi Jarrod and Pierre, thanks a lot for the help! Cheers Celine > Hi Pierre, > > I think Celine wants matrices of the form > > V1 C12 0 > C12 V2 0 > 0 0 V3 > > it could be done for the PE term. I...

random regression with MCMCglmm
Celine Teplitsky · Jun 24, 2010 · r-sig-mixed-models

Hi Jarrod, actually they both are. Here is a list of the columns in the data frame [1] "ID" "Mate" "Hf" [4] "Hm" "AgeFemale" "AgeMale" [7] "Year" "DayRecovered" "StatusBreeding" [10] "Bonding" "LD" "Af" [13] "Am" "Afc" "Amc" [16] "Food.availability...

Help: ifelse selection for x,y coordinates
Céline Lüscher · Jun 22, 2017 · r-help

Hi everyone, My database has 3 columns?: the x coordinates, the y coordinates and the value of G for every individual (20 in total). I would like to have the x,y coordinates of individuals, Under these conditions?: the distance...

x axis position and ggplot2
Jouanin Celine · Dec 12, 2014 · r-help

Hi, Thank you for your answer, I thought we could used something like the "axis" function ( axis(side=3,...)) in ggplot2. I didn't find something like this in ggplot and I'm a bite surprised this doesn't exist...

comparition of occurrence of multiple variables between two dataframes
Céline Lüscher · Sep 12, 2017 · r-help

Hi everyone, I need your help to solve a problem with occurrence and two dataframes. I have an excel table of 15200 lines. Each line correspond to a tree analyzed for its structures. I have all the structures in columns...

various priors for MCMCglmm
Celine Teplitsky · Jun 14, 2011 · r-sig-mixed-models

Dear all, I was just wondering if anyone had commented or would have things to add on the email previously sent by Ned. As a non specialist, I would also be very interested on reading further clarification on these issues...

Help: ifelse selection for x,y coordinates
Céline Lüscher · Jun 22, 2017 · r-help

Hi Jim, Thank you very much for the answer?! The result is really better with this?? Here is the code?: > kk<- function(x.Koordinate, y.Koordinate, data=data) + { + coordx<-data$x.Koordinate[data$G==24] + coordy<-data$y.Koordinate[data...

Help: ifelse selection for x,y coordinates
Céline Lüscher · Jun 23, 2017 · r-help

Hi Peter?! Thanks for your answer?! Indeed it is really better without the empty rows. Unfortunately I did?nt archieve to do it with your propositions, but with this one?: > kk<- function(x.Koordinate, y.Koordinate, data=data) + { + coordx<-data...

Can't find what you're looking for? Try searching with Google .