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.

8 results for “from:Qiong Yang”

unbiased sandwich variance estimator for GEE estimates
Qiong Yang · Mar 15, 2007 · r-help

Hi, Anyone knows any existing package/program that has implemented unbiased (or bias-reduced) sandwich variance estimator (Wu (1986) and Carroll (2001) for GEE estimates? Thanks Qiong

plot groupedData in nlme
Qiong Yang · Mar 4, 2007 · r-help

Hi, Does anyone know how to make the color of the lines all black when plotting groupedData with an outer factor: For example, library(nlme) plot(Dialyzer, outer=~QB, key=F) This generated colored curves in R.2.4.1...

naive variance in GEE
Qiong Yang · Sep 8, 2008 · r-help

Hi, The standard error from logistic regression is slightly different from the naive SE from GEE under independence working correlation structure. Shouldn't they be identical? Anyone has insight about this? Thanks, Qiong a<-rbinom(1000,1) b<-rbinom(1000...

How to exclude a level from a factor
Qiong Yang · Sep 20, 2005 · r-help

Hi, I could not use 'exlcude=' option in factor() to exclude a level from a existing factor. x is a factor: > x [1] a b c Levels: a b c > factor(x,exclude="c") [1] a b c Levels: a...

How to exclude a level from a factor
Qiong Yang · Sep 20, 2005 · r-help

Problem solved. Thanks a lot for your replies! > x [1] a b c Levels: a b c > factor(as.character(x),exclude="c") [1] a b <NA> Levels: a b "exclude=" option may not work on factors. One has to...

cannot wrap lmekin function
Qiong Yang · Jun 11, 2007 · r-devel

Hi, I had a problem with the lmekin() in Kinship package: lmekin() can not be wrapped into another function For example: library(kinship) #creat an example dataset xx<-rnorm(100);yy<-rnorm(100) ;id<-1:100; test.dat<-as.data...

lmekin() function in kinship package
Qiong Yang · Jun 11, 2007 · r-help

Hi, I had a problem with the lmekin() in kinship package: lmekin() can not be wrapped into another function library(kinship) #creat an example dataset xx<-rnorm(100) yy<-rnorm(100) id<-1:100 test.dat<-as.data.frame(cbind...

naive variance in GEE
Qiong Yang · Sep 10, 2008 · r-help

Thanks Thomas. Here is a further question I asked and the answer from Prof Ripley. This agrees with your previous response. Is it true that the same algorithm was used in calculation of GLM S.E. and GEE naive S...

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