build_C_matrix {ungroup} | R Documentation |
Build Composition Matrices
Description
Build Composition Matrices
Usage
build_C_matrix(x, y, nlast, offset, out.step, type)
Arguments
x |
Vector containing the starting values of the input intervals/bins.
For example: if we have 3 bins |
y |
Vector with counts to be ungrouped. It must have the same dimension
as |
nlast |
Length of the last interval. In the example above |
offset |
Optional offset term to calculate smooth mortality rates. A vector of the same length as x and y. See Rizzi et al. (2015) for further details. |
out.step |
Length of estimated intervals in output. Values between 0.1 and 1 are accepted. Default: 1. |
type |
Type of PCLM model. Options: |
[Package ungroup version 1.4.4 Index]