Skip to content
Prev 40 / 176 Next

[R--gR] Modelformulae

Just a quick reply to some of David E's comments (David M's comments have
been recorded):
This needs thinking, but you are probably right.

Generally the formulas on the left hand side of the conditioning symbols
should refer to vector spaces and one should think about this all  the time
when formulas are abbreviated and combined in strange ways. Somebody (Svante
and I?) should look carefully into this.

For the moment, in my head X^2 is span(1, x, x^2). Generally X is span(1,
x).

For vectorspaces U and V, U:V denotes span of all componentwise products of
basis vectors for U and V, embedded into suitable (tensor)productspaces.

A "factor" A is span(e_alpha, alpha\in levels of A), where e_alpha =1 in
cell alpha and 0 otherwise.

A:B is then what we want it to be and X:X is X^2.

X:Y:Z (or X*Y*Z) should be deemed illegal unless one of them is a factor.

But some care may have to be taken with what products mean and how they are
interpreted.
OK
OK, probably no way to get rid of this...
with the above definition, A*A=A, but X*X is not X, when X is not a factor.
yes, but not with parentheses (as commented by David M)
Here (X+Y+Z)^2= span(1,x,y,z)*span(1,x,y,z)= X^2+Y^2+Z^2+X:Y+X:Z+Y:Z
Careful! Translation to vector spaces needs to be clear.
A little more than that. It also specifies a lattice of models, rather than
a single one, namely the hierarchical submodels obtained be removing terms
of higher order.
Old Rothamstead ambience: Nelder implicitly specifies much more than a model
with a formula, namely a full ANOVA of the data.... He never writes so in
the theoretical part, but does so in his examples. Confusing, but true... I
a
No, not other than by the above. With a given parametrisation it becomes
particularly easy to analyse all models by very few computations (only a
single one in the normal case).
In principle yes, but we have to identify what it means. Split models?

Best regards
Steffen