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
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
2 matches
Mail list logo