Displaying 2 results from an estimated 2 matches for "uncertaini".
Did you mean:
uncertain
2010 Jul 22
1
please help me on this warning message
hi,
When I try to use the function coordProj {mclust}
" coordProj(diabetes[,-1],dimens=c(2,3),what="uncertainy",uncertainty=diabetesModel$uncertainty,parameters=diabetesModel$parameters) "
to identify uncertainty, it errors and send this warning message:
" Warning message:
In coordProj(diabetes[, -1], dimens = c(2, 3), what = "uncertainy", :
what
2006 Oct 19
5
binom.test
R-experts:
A quick question, please.
>From a lab exp, I got 12 positives out of 50.
To get 90% CI for this , I think binom.test might be the one to be used.
Is there a better way or function to calculate this?
> binom.test(x=12, n=50, p=12/50, conf.level = 0.90)
Exact binomial test
data: 12 and 50
number of successes = 12, number of trials = 50, p-value = 1
alternative