Displaying 3 results from an estimated 3 matches for "gpii".
Did you mean:
gpi
2017 Nov 24
2
Multiple sets of proportion tests
....g.200) and it is also another fixed values for group II (e.g. 100). The dataset looks like this :-
> Mydata
variable I variable II Variable III ......... 200
Freq.of cases (gp I) 6493 9375 5524
Freq. of cases (gpII) 509 462 54
The result I need for the first column can be given using this code :
MyResultsI <- prop.test(Mydata$variable I ,c(200,100))
for the second column :-
MyResultsII <- prop.test(Mydata$variable II ,c(200,100)) and so on ..
I need to do t...
2017 Nov 24
0
Multiple sets of proportion tests
...for group II (e.g. 100). The dataset looks like this :-
>
>
>> Mydata
>
>
> variable I variable II Variable III ......... 200
>
> Freq.of cases (gp I) 6493 9375 5524
>
> Freq. of cases (gpII) 509 462 54
>
>
>
> The result I need for the first column can be given using this code :
>
>
> MyResultsI <- prop.test(Mydata$variable I ,c(200,100))
> for the second column :-
> MyResultsII <- prop.test(Mydata$variable II ,c(...
2017 Nov 24
1
Multiple sets of proportion tests
...for group II (e.g. 100). The dataset looks like this :-
>
>
>> Mydata
>
>
> variable I variable II Variable III ......... 200
>
> Freq.of cases (gp I) 6493 9375 5524
>
> Freq. of cases (gpII) 509 462 54
>
>
>
> The result I need for the first column can be given using this code :
>
>
> MyResultsI <- prop.test(Mydata$variable I ,c(200,100))
> for the second column :-
> MyResultsII <- prop.test(Mydata$variable II ,c(...