Description Usage Arguments Author(s) See Also Examples
View source: R/get_Residuals.R
Extract the values from an object containing an estimated mortality model
(e.g. LeeCarter, Oeppen etc.). This function allows the user to read 
the values already converted to a life table index (e.g. life expectancy) 
by specifying the requiered format in the argument data.out.
1 2  | get.Residuals(object, data.out = c("qx", "mx", "dx", "lx", "Lx", "Tx",
  "ex"), ...)
 | 
object | 
 An object of class   | 
data.out | 
 Specify the type of data to be returned in output. 
Various life table indices are accepted: 
  | 
... | 
 Arguments to be passed to or from other methods.  | 
Marius D. Pascariu
1  | # For examples go to ?do.MortalityModels
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.