Displaying 2 results from an estimated 2 matches for "picu".
Did you mean:
pic
2007 Aug 11
1
binomial simulation
...occurred- *for someone from
icu* - is: p(T+ | D+)=0.95.
the distribution to detect disease when disease occurred- *for someone from
reg.unit* - is: p(T+ | D+)=0.8.
I want to compute the joint distribution for each unit: p(T+,D+) for icu,
and the same for reg.
I tried:
pdeti <- 0
pdetr <- 0
picu <- pdeti*.6
preg <- pdetr*.6
dept <- c("icu","reg")
icu <- rbinom(200, 1, .6)
reg <- rbinom(300, 1, .6)
for(i in 1:300) {
if(dept=="icu") pdeti==0.95
if (dept=="reg") pdetr==0.80
}
print(picu)
print(preg)
and got 50 warnings:
the co...
2012 Jun 03
0
Bug in truncgof package?
...________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
--
Andreea Picu
Communication Systems Research Group, ETH Zurich
Web: http://www.csg.ethz.ch/people/apicu
Office: ETZ G 96, Gloriastrasse 35, 8092 Zurich
Phone: +41 44 632 6894 Fax: +41 44 632 1035