header {eoR} | R Documentation |
AllGenerics
Description
The header
-method gets the header of an object
The footer
-method gets the footer of an object
The content
-method gets the content of an object
The region
-method gets the region of an object
The protocol
-method gets the protocol of an object
The selectYears
-method gets a subset of an object
The selectRegion
-method gets a subset of an object
The lt1
-method gets the life table lt1 of an LT1 object
The ex1
-method gets the exposure table ex1 of an EX1 object
The rd1
-method gets the regional death count table rd1 of an RD1 object
The rd1total
-method gets the total sum death count table rd1total of an RD1 object
The re1
-method gets the regional exposure table re1 of an RE1 object
The re1total
-method gets the regional total sum exposure table re1total of an RE1 object
Usage
header(object)
footer(object)
content(object)
region(object)
protocol(object)
selectYears(object, selectYears)
selectRegion(object, selectRegion)
lt1(object)
ex1(object)
rd1(object)
rd1total(object)
re1(object)
re1total(object)
Arguments
object |
object |
selectYears |
vector of integer |
selectRegion |
vector of character |
Value
The header
-method returns the header of an object
The footer
-method returns the footer of an object
The content
-method returns the content of an object
The region
-method returns the region of an object
The protocol
-method returns the protocol of an object
The selectYears
-method returns a subset of an object
The selectRegion
-method returns a subset of an object
The lt1
-method returns the life table lt1 of an LT1 object
The ex1
-method returns the exposure table ex1 of an EX1 object
The rd1
-method returns the regional death count table rd1 of an RD1 object
The rd1
-method returns the total sum death count table rd1total of an RD1 object
The er1
-method returns the regional exposure table re1 of an RE1 object
The er1total
-method returns the regional total sum exposure table re1total of an RE1 object