Skip to content
Prev 167601 / 398503 Next

Proportional response and boosting

Dear Gerard,

Thank you very much for the quick answer. I am a bit uncertain, what you
meant by total frequency of type A. I have data on the extent of type A at a
location (let's call it freqA), this can be taken for fequency, yes and I
have information on the total extent of all the nautral vegetation types (A
to Z), lets call the latter freqAZ. Both freqA and freqAZ are vectors, with
individual values for each observation point.
So to make clear what I did so far I modelled just as you wrote:
pi=freqA/freqAZ

veg.glm = glm ( pi ~ x, weights = freqAZ, family=binomial),

Did you mean that too? Or what do you propose to use as weights and for
standardisation instead feqAZ (as you write "total freq of type A")? FreqA
over all the observations? That yould make a scalar to be a weight. I'm sure
you meant something else.

Thank you,

Imelda
Gerard M. Keogh wrote: