Displaying 1 result from an estimated 1 matches for "hetg".
Did you mean:
het
2007 May 23
0
Replicated LR goodness-of-fit tests, heterogeneity G, with loglm?
...d.
I¢ve appended here a function I wrote that more or less does
what I want (with the nesting factor ignored) but I would prefer to use something
like loglm because of the additional information it offers and its
flexibility with hierarchical models.
Thanks,
Stu
---------
hetg = function() {
#creating some fake data
tran=gl(10,10) #tran
are the random replicates
cov= factor(rep(1:10,10))
#10 levels of this factor for each level of tran
tleng = c(219, 312, 178, 322, 311, 242, 235, 235, 266, 193)
#weighting for
#each transect (of
each level of tran)
obscou...