Displaying 2 results from an estimated 2 matches for "subtrop".
Did you mean:
subtree
2010 Oct 01
6
Interpreting the example given by Frank Harrell in the predict.lrm {Design} help
Dear list,
I am relatively new to ordinal models and have been working through the example given by Frank Harrell in the predict.lrm {Design} help
All of this makes sense to me, except for the responses, i,e how do i interpret them? i would be extremely grateful if someone could explain the results?
First i establish the date and model -
> y <- factor(sample(1:3, 400, TRUE), 1:3,
2003 Aug 13
1
means comparison with seasonal time series?
Dear R list,
I have a sequence of weekly observations of number of adults and larvae
in various size classes from a butterfly population living in a
subtropical area with pronounced wet and dry seasons. Wet and dry
seasons are each defined 26 weeks long with fixed start and end dates.
The data span 103 weeks (two seasons each of wet and dry) with some
missing weeks. What I would like to do is compare means of each type of
observation between wet and...