search for: daphnia

Displaying 5 results from an estimated 5 matches for "daphnia".

2013 Mar 02
3
if value is in vector, perform this function
Hi, I'm trying to set up R to run a simulation of two populations in which every 3.5 days, the initial value of one of the populations is reset to 1.5. I'm simulation an experiment we did in which we fed Daphnia populations twice a week with algae, so I want the initial value of the algal population to reset to 1.5 twice a week to simulate that feeding. I've use for loops and if/else loops before but I can't figure out how to syntax "if t is in this vector of possible t values, do this command...
2010 Apr 15
1
can't find "daphnia.txt" and others while working through Crawley's R-Book
...been at it for most of the morning and can't get things figured out. I'm trying to work through some examples in Crawley's "The R Book". I have installed packages and libraries as described in the book, but when I try, for example: data<-read.table("c:\\temp\\daphnia.txt", header=T) I get: Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open file 'c:\temp\daphnia.txt': No such file or directory There is nothing in my c:\temp folder, so I'm not supris...
2004 Aug 04
4
ERROR: compilation failed for package 'rgl'
...tat.math.ethz.ch?subject=help> List-Subscribe: <https://www.stat.math.ethz.ch/mailman/listinfo/r-help>, <mailto:r-help-request at stat.math.ethz.ch?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 19:33:56 -0000 Dear All, I could not install rgl package. What is missing? daphnia:~# R CMDR INSTALL rgl_0.64-13.tar.gz * Installing *source* package 'rgl' ... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
2010 Jun 03
3
Nested ANOVA with covariate using Type III sums of squares
Hello, I have been trying to get an ANOVA table for a linear model containing a single nested factor, two fixed factors and a covariate: carbonmean<-lm(C.Mean~ Mean.richness + Diversity + Zoop + Diversity/Phyto + Zoop*Diversity/Phyto) where, *Mean.richness* is a covariate*, Zoop* is a categorical variable (the species), *Diversity* is a categorical variable (Low or High), and