Displaying 6 results from an estimated 6 matches for "lixiaoxu".
2008 Nov 23
1
R and the Web: A small Wordpress plugin RwebFriend
...be used in the present economic environment for some companies
to cut hardware and software costs by transitioning to R.
I am not sure if this is the right list , but any other thoughts on mashing
cloud computing and R.
Regards,
Ajay
Delhi,India
On Sun, Nov 23, 2008 at 7:09 PM, Xiaoxu LI <lixiaoxu@gmail.com> wrote:
> 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
>
> ______________________________________________
> R-help@r-project....
2008 Nov 17
1
Type III ANOVA of package car depends on factor level order
...+ I(drug==1)
)
+ ( I(disease==2) + I(disease==1)))
,lm(y~drug*disease))$'Sum of Sq'[2]
, anova(lm(y~drug+disease),lm(y~drug*disease))$'Sum of Sq'[2]
)
)
## LI, Xiaoxu
## School of Humanities & Social Sciences, Shenzhen Graduate School of
Peking Univ.
## http://lixiaoxu.lxxm.com/
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...University
www.thatmike.com
Looking to arrange a meeting? Do so at:
http://www.timetomeet.info/with/mike/
~ Certainty is folly... I think. ~c
[[alternative HTML version deleted]]
------------------------------
Message: 29
Date: Tue, 23 Dec 2008 04:57:43 +0800
From: "Xiaoxu LI" <lixiaoxu at gmail.com>
Subject: [R] sem package fails when no of factors increase from 3 to 4
To: r-help at r-project.org
Message-ID:
<fb71248a0812221257t3b19e152r6f17606b98d7864a at mail.gmail.com>
Content-Type: text/plain
#### I checked through every 3 factor * 3 loading case.
#### While, 4 fac...
2008 Oct 24
1
How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
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 to
add plotMeans(...) with dots of BHH2::dotPlot(...) . Is there any
elegant script to do the job?
Thanks
---------------
LI, Xiaoxu
2008 Nov 16
1
confint.glm(...) fails for binomial count data format
##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 in if (any(y < 0 | y > 1)) stop("y values must be 0
2008 Dec 22
1
sem package fails when no of factors increase from 3 to 4
#### I checked through every 3 factor * 3 loading case.
#### While, 4 factor * 3 loading failed.
#### the data is 6 factor * 3 loading
require(sem);
cor18<-read.moments();
1
.68 1
.60 .58 1
.01 .10 .07 1
.12 .04 .06 .29 1
.06 .06 .01 .35 .24 1
.09 .13 .10 .05 .03 .07 1
.04 .08 .16 .10 .12 .06 .25 1
.06 .09 .02 .02 .09 .16 .29 .36 1
.23 .26 .19 .05 .04 .04 .08 .09 .09 1
.11 .13 .12 .03 .05 .03