#################################################### Create demogdata object from raw data matrices
Create demogdata object suitable for plotting using plot.demogdata
and
fitting an LC or BMS model using lca
or an FDA model using fdm
.
demogdata(data, pop, ages, years, type, label, name, lambda)
data |
Matrix of data: either mortality rates or fertility rates |
pop |
Matrix of population values of same dimension as data. These are population numbers as at 30 June of each year (i.e., the "exposures"). So, for example, the number of deaths is data*pop if data contains mortality rates. |
ages |
Vector of ages corresponding to rows of |
years |
Vector of years corresponding to columns of |
type |
Character string showing type of demographic series: either “mortality”, “fertility” or “migration”. |
label |
Character string of the name of area from which the data are taken. |
name |
Name of series: usually male, female or total. |
lambda |
Box-Cox transformation parameter. |
Object of class “demogdata” with the following components:
year |
Vector of years |
age |
Vector of ages |
rate |
A list containing one or more rate matrices with one age group per row and one column per year. |
pop |
A list of the same form as |
type |
Type of object: “mortality”, “fertility” or “migration”. |
label |
label |
lambda |
lambda |
Rob J Hyndman
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.