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