Displaying 14 results from an estimated 14 matches for "forestecolog".
Did you mean:
forestecology
2004 Sep 27
8
cannot assign dimnames
Dear list,
If anyone knows how to assign dimnames to matrices or arrays I would be most
grateful for help. I've tried various permutations of likely-looking code
but get error messages every time. I could find no example in the
documentation.
Many thanks,
Dan Bebber
Department of Plant Sciences
University of Oxford
South Parks Road
Oxford OX1 3RB
UK
Tel. 01865 275000
2007 Mar 02
2
lattice: clipping data, not plot margins
I am plotting subsets of my data, using ylim.
This works fine, but the outer margin line widths of the plot are thin, due
to clipping.
If I include
> trellis.par.set(clip=list(panel = "off"))
then the outer margin line widths are fine, but the outlying data is
visible.
Is there any way of achieving both correct margin line widths and clipping
of outlying data?
Thanks,
Dan Bebber
2004 May 18
0
Circular statistics with (direction,size) data
...ctor size, but this would lead to very
large data sets. Does anyone have a better solution to this problem?
Many thanks,
Dan Bebber
____________________________
Dr. Daniel P. Bebber
Department of Plant Sciences
University of Oxford
South Parks Road
Oxford
OX1 3RB
Tel. 01865 275060
Web. http://www.forestecology.co.uk/
"Data, data, data!" he cried impatiently. "I can't make bricks without clay"
- Sherlock Holmes, The Adventure of the Copper Beeches, 1892
[[alternative HTML version deleted]]
2004 Jul 28
0
Modelling compound logistic growth curves
...or 0.000488281 reduced below `minFactor' of 0.000976563
Assistance in doing this analysis would be much appreciated.
Dan Bebber
____________________________
Dr. Daniel P. Bebber
Department of Plant Sciences
University of Oxford
South Parks Road
Oxford
OX1 3RB
Tel. 01865 275060
Web. http://www.forestecology.co.uk/
"Data, data, data!" he cried impatiently. "I can't make bricks without
clay"
- Sherlock Holmes, The Adventure of the Copper Beeches, 1892
2004 Aug 16
0
Multiple logistic curves
...488281 reduced below `minFactor' of 0.000976563
Any hints in making this analysis work would be greatly appreciated.
Dan Bebber
____________________________
Dr. Daniel P. Bebber
Department of Plant Sciences
University of Oxford
South Parks Road
Oxford
OX1 3RB
Tel. 01865 275060
Web. http://www.forestecology.co.uk/
2004 May 12
2
Extracting data from matrices
Dear R list
I have an m * n matrix P and a vector V of length n containing indices for
rows in P.
For each of the m columns I want to extract the value in the row specified
by V, and put these values into a new vector W of length n.
At present I am doing this with a for.... loop, but I imagine there is a faster
way that doesn?t involve loops.
If anyone knows the way I would be most grateful.
2004 Nov 17
4
summary.lme() vs. anova.lme()
Dear R list:
I modelled changes in a variable (mconc) over time (d) for individuals
(replicate) given one of three treatments (treatment) using:
mconc.lme <- lme(mconc~treatment*poly(d,2), random=~poly(d,2)|replicate,
data=my.data)
summary(mconc.lme) shows that the linear coefficient of one of the
treatments is significantly different to zero, viz.
Value Std.Error
2004 Jul 04
2
Random intercept model with time-dependent covariates, results different from SAS
Dear list-members
I am new to R and a statistics beginner. I really like the ease with which I can
extract and manipulate data in R, and would like to use it primarily. I've
been learning by checking analyses that have already been run in SAS.
In an experiment with Y being a response variable, and group a 2-level
between-subject factor, and time a 5-level within-subject factor. 2
2004 Jun 17
1
Error with arima()
Could someone please give a brief explanation, or pointer to an explanation,
of the following error:
> arima(ts.growth, order = c(1,0,0),include.mean=T)
Error in arima(ts.growth, order = c(1, 0, 0), include.mean = T) :
non-stationary AR part from CSS
and why it does not arise with
> arima0(ts.growth, order = c(1,0,0))
Many thanks
____________________________
Dr. Daniel P. Bebber
2006 May 15
1
Force coefficients in glm()
Hello,
I have a model
glm(Y ~ X, family = quasipoisson(link = "identity"))
I would like to vary the coefficient for X and observe the effect on the
deviance.
Is this possible?
Many thanks,
Dan Bebber
Department of Plant Sciences
University of Oxford
2004 Oct 28
1
Error with package update
I received the following error when I attempted to update my packages:
updating HTML package descriptions
Warning messages:
1: DESCRIPTION file of package 'file28862' missing or broken
in: packageDescription(p, lib = lib, fields = pkgFlds)
2: number of columns of result
not a multiple of vector length (arg 2) in: rbind(retval, c(p, lib,
desc))
3: DESCRIPTION file of package
2004 Jun 04
2
Error() term in glm model formula
Hello,
My data are numbers of trees in plots sampled in a number of forest stands.
Some stands were subjected to a treatment, others not. Several plots were
sampled per stand to get a better idea of what the stand means were, but
replication is really at the stand level. Therefore I think this is a
split-plot design.
I would like to know whether the treatment affected the number of trees, so:
2006 Mar 23
1
nlme for groupedData with inner and outer factors
Hello,
I am having trouble specifying a suitable nlme model.
My data structure is described by
gd <- groupedData(ppath ~ lcut | exp, outer = ~ bait, inner = ~ weight, data
= d)
i.e. the response (ppath) of several subjects (sub) was measured at levels
of a continuous variable (lcut). Subjects were given either of one level of
a factor (bait), and all subjects were measured at two levels
2006 Jul 21
2
glm cannot find valid starting values
glm(S ~ -1 + Mdif, family=quasipoisson(link=identity), start=strt, sdat)
gives error:
> Error in glm.fit(x = X, y = Y, weights = weights, start = start, etastart
> =
> etastart, :
> cannot find valid starting values: please specify some
strt is set to be the coefficient for a similar fit
glm(S ~ -1 + I(Mdif + 1),...
i.e. (Mdif + 1) is a vector similar to Mdif.
The error