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.

13 results for “from:Xiaoxu LI”

A small Wordpress plugin RwebFriend
Xiaoxu LI · Nov 23, 2008 · r-help

Dear R fans, I wrote a trivial wordpress plugin for users of wordpress and Rweb (or other web interface ) Plugin URL: http://lixiaoxu.lxxm.com/rwebfriend/ Xiaoxu

sem package fails when no of factors increase from 3 to 4
Xiaoxu LI · Dec 22, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081223/9be0081f/attachment.pl>

sem package fails when no of factors increase from 3 to 4
Xiaoxu LI · Dec 23, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081224/13618218/attachment.pl>

How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
Xiaoxu LI · Oct 24, 2008 · r-help

Dear R fans, I am preparing a lecture discussing the paper of Wilkinson and APA Task Force on Statistical Inference (1999, American Psychologist, 54, 594-604.) I'd like to demo their Figure 3B (p. 602) with R. That is...

Is there a point-biserial corr version of mvrnorm?
Xiaoxu LI · Dec 24, 2012 · r-help

Dear R fans, MASS::mvrnorm with empirical=T is very useful to reproduce practice data of published papers. Now I want to reproduce a binomial variable with multiple normal variables. The target paper gave a big corr table with sd...

Save a function existing library
Xiaoxu LI · Oct 30, 2008 · r-help

You can choose to save your function in the file ..\etc\Rprofile.site Xiaoxu On Fri, Oct 31, 2008 at 1:45 AM, Douglas M. Hultstrand <dmhultst at metstat.com> wrote: > Hello all, > > I am fairly new to R and...

confint.glm(...) fails for binomial count data format
Xiaoxu LI · Nov 16, 2008 · r-help

##Q1. confint.glm(...) fails for an example of HSAUR data("womensrole", package = "HSAUR"); ## summary(womensrole); womensrole_glm_2 <- glm(fm2, data = womensrole,family = binomial()) ## summary(womensrole_glm_2); confint(womensrole_glm_2); ## -------Fail--------- # Waiting for profiling to be done... # Error...

Computational problems in R
Xiaoxu LI · Oct 24, 2008 · r-help

I think you should try one X for A/X=sum(exp(c_i/d -log(X))) The optional X could be as the following ... ## to test ### C = c(c_i/d; i=1,2,...,n) n<-1000; C<-runif...

Dream of a wiki GUI for R
Xiaoxu LI · Oct 22, 2008 · r-help

I should have read the following page on R_Extension_for_MediaWiki http://mars.wiwi.hu-berlin.de/mediawiki/sk/index.php/R_Extension_for_MediaWiki_v0.06#New_tags_and_attributes Has anybody seen an <Rform>...</Rform> online example...

Type III ANOVA of package car depends on factor level order
Xiaoxu LI · Nov 17, 2008 · r-help

## Use model.matrix ## Data is the same ## continue m <- model.matrix(lm(rep(0,length(y)) ~ disease + drug +disease:drug)); ## Model.matrix(lm(y~...)) will drop is.na(y) rows. That result will be Type II rather than III ## for...

R and the Web: A small Wordpress plugin RwebFriend
Xiaoxu LI · Nov 23, 2008 · r-help

Ajay and R fans, I'll never think my several lines of simplest PHP codes can be something great. They only shortcut Rweb and wordpress. But, SaaS is really wonderful. If only some R web interface can be smartly deployed...

Type III ANOVA of package car depends on factor level order
Xiaoxu LI · Nov 17, 2008 · r-help

## I got it. IV(s) of interaction should be orthogonal to main effect IV(s). ## Type III ANOVA / Interaction alone x_interaction<-cbind( (drug==2)&(disease==2) ,(drug==3)&(disease==2) ,(drug==4)&(disease==2) ,(drug==2)&(disease==3) ,(drug...

Type III ANOVA of package car depends on factor level order
Xiaoxu LI · Nov 17, 2008 · r-help

## Question1: How to define IV with interaction alone, without main effects? ## Question2: Should Type III ANOVA in package car be independent of the factor level order? ## data from http://www.otago.ac.nz/sas/stat/chap30/sect52.htm drug <- c...

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