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.

12 results for “from:Lucia Rueda”

compare observed and fitted GAM values
LucĂ­a Rueda · Aug 21, 2009 · r-help

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

Odp: count of factors
Lucia Rueda · Jan 19, 2011 · r-help

Thanks a lot Petr!! It worked! -- View this message in context: http://r.789695.n4.nabble.com/count-of-factors-tp3224791p3224924.html Sent from the R help mailing list archive at Nabble.com.

reshape data, adding rows to dataframe
Lucia Rueda · Feb 2, 2011 · r-help

Exactly!! Thanks a lot Petr. It worked! Thansk to you as well Ivan! -- View this message in context: http://r.789695.n4.nabble.com/reshape-data-adding-rows-to-dataframe-tp3253640p3253793.html Sent from the R help mailing list archive...

reshape data, adding rows to dataframe
Lucia Rueda · Feb 2, 2011 · r-help

Thanks Henrique! It solves the problem of having the column "N" with unreal number of individuals since N=1 with Petr's example: expand <- transform(dat[rep(1:nrow(dat), times=dat$N), ] ,N=1) rownames(expand) <- NULL expand > expand...

offset in gam and spatial scale of variables
Lucia Rueda · May 19, 2010 · r-help

Hi, We are analizing the relationship between the abundance of groupers in line transects and some variables. We are using the quasipoisson distribution. Do we need to include the length of the transects as an offset if they all have...

reshape data, adding rows to dataframe
Lucia Rueda · Feb 2, 2011 · r-help

Hi Ivan, Thanks for your reply. This is what I want to do: Imagine my dataset looks like this: Species N Size Coris julis 1 8 Coris julis 3 10 D.vulgaris 2 12 I have 1 C.julis of...

offset in gam
Lucia Rueda · Mar 30, 2011 · r-help

Hi, we are modelling dusky grouper distribution using underwater visual census. Our response variable is the abundance of groupers but we want to see differences in habitat related to maturity because dusky groupers use different habitats when they're juveniles...

count of factors
Lucia Rueda · Jan 19, 2011 · r-help

Hello everyone, I have a data set like this: > head( fish_transect) ID_TRANSECT ID_PROJECT DE_ZONE DE_LOCALITY DE_SECTOR MES 1 42 MB Tarragona Creixell Control I 9 2 42 MB Tarragona Creixell Control I 9 3...

reshape data, adding rows to dataframe
Lucia Rueda · Feb 2, 2011 · r-help

Hello everyone, I have a data set like this: > head( fish_transect) ID_TRANSECT ID_PROJECT DE_ZONE DE_LOCALITY DE_SECTOR MES 1 42 MB Tarragona Creixell Control I 9 2 42 MB Tarragona Creixell Control I 9 3...

offset in gam and spatial scale of variables
Lucia Rueda · May 19, 2010 · r-help

Hi Joris, We're using mgcv. We have data on abundance of groupers on line transects that have the same legth. My coworker has selected a bunch of variables and he has calculated them in terms of total area in...

color code in loop for piecharts plotting
Lucia Rueda · Feb 25, 2011 · r-help

Hi, I am using this loop par(mfrow=c(3,3)) annos<-c(2001:2007,2009) for (i in annos) { t<-subset(masia,YEAR==i) t$FAMILIA<-drop.levels(t$FAMILIA) pie(table(t$FAMILIA),main=i) } To make piecharts...

offset in gam and spatial scale of variables
Lucia Rueda · May 20, 2010 · r-help

Hi, Thanks for the inputs. I talked to my coworker, who has been the one doing the analysis. Perhaps I wasn't making myself clear about the ?differences in spatial scales?. Here is what he says: "The truth is that...

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