Displaying 2 results from an estimated 2 matches for "tsrat2".
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 grouping var...
2004 Aug 27
1
selecting unique columns of a matrix/data frame
...a multilevel logistic model
> > using the following code:
> >
> >
> >
> > ------------------------------------------------------------------------
> > -------------------------------------------
> >
> >
> >
> > Model1 = GLMM(WEAP ~ TSRAT2 , random = ~1 | GROUP , family = binomial,
> > na.action = na.omit )
> >
> >
> >
> > ------------------------------------------------------------------------
> > -------------------------------------------
> >
> >
> >
> > Where WEA...