Print method for objects from class indivRisk

# S3 method for indivRisk
print(x, ...)

Arguments

x

object from class indivRisk

...

Additional arguments passed through.

Value

few information about the method and the final correction factor for objects of class ‘indivRisk’.

See also

Author

Matthias Templ

Examples


## example from Capobianchi, Polettini and Lucarelli:
data(francdat)
f1 <- freqCalc(francdat, keyVars=c(2,4,5,6),w=8)
data.frame(fk=f1$fk, Fk=f1$Fk)
#>   fk    Fk
#> 1  2 110.0
#> 2  2  84.5
#> 3  2  84.5
#> 4  1  17.0
#> 5  1 541.0
#> 6  1   8.0
#> 7  1   5.0
#> 8  2 110.0
## individual risk calculation:
indivRisk(f1)