Displaying 2 results from an estimated 2 matches for "numyears".
2011 Oct 11
1
Background Colors
Hi R-Help -
If I make a plot:
numYears = 500
plot(x = c(1,numYears), y = c(200,300), xlab = "Time", ylab = "Vegetation
Class", xlim = c(100,600), ylim = c(200,300), type="n")
Is there a way to make different parts of the background for the plot
different colors?
For example, I'd like to have the backg...
2012 Feb 17
2
lmer - error message
Hi all,
I am fairly new to mixed effects models and lmer, so bear with me.
Here is a subset of my data, which includes a binary variable (lake (TOM or
JAN)), one other fixed factor (Age) and a random factor (Year).
lake FishID Age Increment Year
1 TOM 1 1 0.304 2007
2 TOM 1 2 0.148 2008
3 TOM 1 3 0.119 2009
4 TOM 1 4 0.053 2010
5