[R] bootstrap function

2011-09-06 Thread shu chen
Hi, all, When I ran the following code, library (Design) reri <- function(datsam) { fitlr <- glm(PTSDpy ~ toxo*PTE, family=binomial, data=datsam) reri <- exp(fitlr$coef[2]+fitlr$coef[3]+fitlr$coef[4])-exp(fitlr$coef[2]) - exp(fitlr$coef[3]) + 1 } summary.bootstrap(bootstrap(PTE.work, reri(PTE

[R] [R-pkgs] R CMD check on window XP

2008-12-16 Thread Shu Chen
Hi, there, I used R CMD check to build my "ATGGS" package under window XP system. My R version is 2.7.2. But I encounter some problems. The log file is like: ** installing R.css in C:/ATGGS.Rcheck -- Making