Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rounding

Rounding Coarsening Mechanism


Description

Creates the lower and upper limits of the interval in which the true response lies for grouped data in [0, 1].

Usage

rounding(y, m)

Arguments

y

the score obtained or number of successes.

m

the maximum score or number of trials.

Details

Under the rounding coarsening mechanism, we assume that the true response lies in the interval [y/m - 0.5/(m + 1), y/m + 0.5/(m + 1)].

Value

a 2-dimensional matrix containing the lower and upper limits of the intervals.

Author(s)

Dimitris Rizopoulos d.rizopoulos@erasmusmc.nl

See Also

Examples

rounding(Seeds$r, Seeds$n)

grouped

Regression Analysis of Grouped and Coarse Data

v0.6-0
GPL (>= 2)
Authors
Dimitris Rizopoulos <d.rizopoulos@erasmusmc.nl> and Spyridoula Tsonaka <s.tsonaka@lumc.nl>
Initial release
2009-10-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.