Learn R Programming

binnednp (version 0.4.0)

anv.binned: ANOVA in kernel distribution estimation with binned data using bootstrap.

Description

ANOVA in kernel distribution estimation with binned data using bootstrap.

Usage

anv.binned(n, y, trt.w, abs.values = FALSE, B = 500)

Arguments

n

Vector of positive integers. Sizes of the complete samples corresponding to each treatment.

y

Vector. Observed values. They define the extremes of the sequence of intervals in which data is binned.

trt.w

Matrix. Proportion of observations within each interval. Each column corresponds to a different treatment.

abs.values

Logical. Indicates if the values of trt.w are given in absolute (TRUE) or relative (FALSE) format.

B

Positive integer. Number of bootstrap replicates used to compute the confidence bands.

Value

p-value of the test.

Details

ANOVA for interval-grouped data.

References

TesisMiguel2015binnednp