Bootstrap CI for proportions

조회 수: 11 (최근 30일)
Cristiano df
Cristiano df 2013년 10월 9일
I have a simple dataset with values and absolute frequencies, like the table below:
value|freq
-----------
1 | 10
3 | 20
4 | 10
3 | 10
And now I'd like to calculate the frequency table, like:
value| %
-----------
1 | 1/5
3 | 3/5
4 | 1/5
And last step, I'd like to compute the *bootstrap CI* with matlab. I have a lot of rows in the dataset.
I've calculated the frequency table via `grpstats`command in Matlab, but I don't know how I can use it in the `boostrp` function in matlab.
Any help or suggestions would be really appreciated.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by