Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:Alexandre Galvão Patriota”

Variance and Covariance Matrix D and R in nlme or lme4.
Alexandre Galvão Patriota · Nov 12, 2004 · r-help

Hi, How extract the Variance and Covariance Matrices D of random effects and R of error in the lme object? Thanks in advance. Alexandre Galv??o

Variance and Covariance Matrix D and R in nlme or lme4 part II
Alexandre Galvão Patriota · Nov 12, 2004 · r-help

The model is Y = XB + Zg + e where g~N(0, D) e~N(0, R) How to extract the VAR(g)= D, VAR(e)=R and V=ZDZ'+R? thanks

Variance and Covariance Matrix D and R in nlme or lme4 part II [Please]
Alexandre Galvão Patriota · Nov 13, 2004 · r-help

Hi Douglas, I need to find the matrix V=ZDZ'+R, for example: require(nlme) data(Orthodont) attach(Orthodont) fm1 <- lme(distance ~ age + Sex, data = Orthodont,random=~age) X<-model.matrix(distance ~ age + Sex) Z<-model.matrix(distance ~ age + Subject...

after lm-fit: equality of two regression coefficients
Alexandre Galvão Patriota · Aug 31, 2004 · r-help

Dear Christoph, You can use the package gregmisc require(gregmisc) C<-c(0,1,-1) glh.test(my.lm,C) I hope that helps Alexandre Galv??o > Hi > > Let's assume, we have a multiple linear regression, such as the...

degrees of freedom (lme4 and nlme)
Alexandre Galvão Patriota · Aug 27, 2004 · r-help

Hi, I'm having some problems regarding the packages lme4 and nlme, more specifically in the denominator degrees of freedom. I used data Orthodont for the two packages. The commands used are below. require(nlme) data(Orthodont) fm1<-lme(distance...

Can't find what you're looking for? Try searching with Google .