AR-class {pARccs}R Documentation

Class "AR"

Description

Presentation of attributable risks

Objects from the Class

Objects can be created by calls of the form new("AR", ...).

Slots

AttRisk:
Attributable Risks for every combination of expsoure factors = Object of class "matrix"
OddsRatio:
Odds Ratio for every combination of expsoure factors = Object of class "matrix"
CondProb:
Conditional probabilities for every combination of expsoure factors = Object of class "numeric"
combinations:
every combination of expsoure factors = Object of class "matrix"

Methods

getAR
signature(object = "AR"): get a matrix with attributable risks
getCombi
signature(object = "AR"): get all combinations of exposure factors
getCProb
signature(object = "AR"): get conditional probabilities
getOR
signature(object = "AR"): get odds ratios
print
signature(x = "AR")
show
signature(object = "AR")

Note

The slots OddsRatio, CondProb and combinations are only filled if confounders have not more than 2 categories.

Author(s)

Christiane Raemsch

See Also

Class PAR

Examples

showClass("AR")

[Package pARccs version 0.2-1 Index]