Displaying 2 results from an estimated 2 matches for "idist".
Did you mean:
dist
2007 Feb 25
0
Overdispersion in a GLM binomial model
...ce. The
estimated Dispersion parameter for quasibinomial family is large 37.34917.
QUESTION: Is there an overdispersion? Can overdispersion be due to
correlation between the votes? What can be done? The data is attached
below, "v1" concurring votes, "v0" dissenting votes, "idist" the index.
Thanks,
Serguei
DATA:
v1,v2,idist
376,40,1.125
328,88,1.375
367,49,1.145
372,44,1.125
273,143,1
325,91,1.125
375,41,1.125
357,59,1.375
751,359,1.885
816,294,1
752,358,1.885
829,281,1.3
857,253,1.05
759,351,1.07
848,262,1.135
803,307,1.385
555,555,1.885
346,70,1.5
381,35,1.27
398,...
2008 Apr 13
2
Arrays and functions
Hi, I' am doing a stats project using R to work out the size of a t-test and wilcoxon test depending on the distribution and sample size. I just can't get it to work - I want to put my results from the function size() into an array.At the moment I keep getting the error message:Error in res[distribution, test, samplesize] <- results : subscript out of boundsCan anyone tell me where