Displaying 2 results from an estimated 2 matches for "weap".
Did you mean:
heap
2004 Aug 26
5
GLMM
I am trying to use the LME package to run a multilevel logistic model
using the following code:
------------------------------------------------------------------------
-------------------------------------------
Model1 = GLMM(WEAP ~ TSRAT2 , random = ~1 | GROUP , family = binomial,
na.action = na.omit )
------------------------------------------------------------------------
-------------------------------------------
Where WEAP is a dichotomous outcome measure, TSRAT2 is a group level
covariate, and GROUP is the gro...
2004 Aug 27
1
selecting unique columns of a matrix/data frame
...to run a multilevel logistic model
> > using the following code:
> >
> >
> >
> > ------------------------------------------------------------------------
> > -------------------------------------------
> >
> >
> >
> > Model1 = GLMM(WEAP ~ TSRAT2 , random = ~1 | GROUP , family = binomial,
> > na.action = na.omit )
> >
> >
> >
> > ------------------------------------------------------------------------
> > -------------------------------------------
> >
> >
> >
> >...