Calculate aberrations table
Usage
calculate_aberr_table(
data,
type = c("count", "case"),
aberr_module = c("dicentrics", "translocations", "micronuclei"),
assessment_u = 1
)
Arguments
- data
Count or case data.
- type
Type of input data. Either "count" and "case".
- aberr_module
Aberration module, required for type = "case"
.
- assessment_u
Expected \(u\)-value of the assessment. For a Poisson distribution this should be unity.
Value
Data frame containing cell count (\(N\)), aberrations (\(X\)),
and other coefficients (dispersion index, \(u\)-value, ...), as well as
raw count or case data
.