graduate_sprague_expand: Create the Sprague coefficient matrix.

Description Usage Arguments Details

View source: R/graduate.R

Description

The resulting coefficient matrix is based on the number of rows in popmat where is assumed that each row of data is a 5-year age group. The final row may be an open or closed age group, as indicated by the OAG argument.

Usage

1
graduate_sprague_expand(Value, Age, OAG = TRUE)

Arguments

Value

numeric vector, presumably counts in grouped ages

Age

integer vector, lower bounds of age groups

OAG

logical, default = TRUE is the final age group open?

Details

The popmat matrix is really just a placeholder in this case. This function is a utility called by the Sprague family of functions, where it is most convenient to just pass in the same matrix being used in those calculations to determine the layout of the coefficient matrix.


hhmacedo/dmtls documentation built on Dec. 20, 2021, 3:49 p.m.