Last data update: 2014.03.03

R: Table for rate calculation
RateTableR Documentation

Table for rate calculation

Description

Ratetable produces a table of transition counts and exposure times for the computation of transition rates (occurrence-exposure rates)

Usage

RateTable(Bdata,occup, trans)

Arguments

Bdata

Biograph object

occup

Object produced by the Occup function

trans

Object produced by the Trans function

Details

RateTable is one of the key functions of the package. The Stable object it produces contains the data needed for the computation of transition rates by origin, destination and age

Value

Stable

The table of transitions and exposure times

censored_by_age

Number of censored cases by age and state at censoring

Author(s)

Frans Willekens

References

Willekens (2011)

Examples

 data (GLHS)
 z<- Parameters (GLHS)
 occup <- Occup(GLHS)
 ist <- Sequences.ind (GLHS$path,attr(GLHS,"param")$namstates)
 trans <- Trans (GLHS)
 w <- RateTable(GLHS,occup, trans)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Biograph)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Biograph/RateTable.Rd_%03d_medium.png", width=480, height=480)
> ### Name: RateTable
> ### Title: Table for rate calculation
> ### Aliases: RateTable Ratetable
> ### Keywords: Transitions Exposure
> 
> ### ** Examples
> 
>  data (GLHS)
>  z<- Parameters (GLHS)
[1] ". . . . Running function Parameters . . . . "
[1] "Exploring types of transitions"
>  occup <- Occup(GLHS)
[1] The number of age groups is 54
[1] ". . . . Running function Parameters . . . . "
[1] "Exploring types of transitions"
[1] ". . . .  Running Occup . . . . "
[1] ". . . . Running function Parameters . . . . "
[1] "Exploring types of transitions"
[1] "state_time: compute state.n"
>  ist <- Sequences.ind (GLHS$path,attr(GLHS,"param")$namstates)
>  trans <- Trans (GLHS)
>  w <- RateTable(GLHS,occup, trans)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>