Clayton_summarize: Computes summary, cumulative proportions up to index provided
Description
Computes summary, cumulative proportions up to index provided
Usage
Clayton_summarize(weights, m)
Value
a list containing:
n: the sum of the weights
p: matrix of proportion values
gamma: cumulative proportions 1:m
Arguments
- weights
matrix of counts
- m
index of summation, weights[1:m]